#1B9966

Color #1B9966 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #1B9966

Tints of Elf Green #1B9966

Color information

#1B9966 (or 0x1B9966) is unknown color: approx Elf Green. HEX triplet: 1B, 99 and 66. RGB value is (27,153,102). Sum of RGB (Red+Green+Blue) = 27+153+102=282 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.57% from 282); Green value is 153 (60.16% from 255 or 54.26% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 153 - color contains mainly: green. Hex color #1B9966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B9966 is #E46699. Grayscale: #6D6D6D. Windows color (decimal): -14968474 or 6723867. OLE color: 6723867.

HSL color Cylindrical-coordinate representation of color #1B9966: hue angle of 155.71º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B9966 is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB27153102-
CMYK0.8200.330.4
HSL155.71º70%35.29%-
HSV(B)155.71º82.35%60%-
XYZ14.2423.9716.45-
YUV109.51123.7669.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 9.57%
GREEN value IS 153 (60.16% from 255) = 54.26%
BLUE value IS 102 (40.23% from 255) = 36.17%
R=9.57%
G=54.26%
B=36.17%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal271531020.8200.330.4155.717035.29
Hex1B996652021289c4623
Octal332311461220415023410643
Binary1101110011001110011010100100100001101000100111001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B9966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B9966; }

 p { color: rgb(27,153,102); }

 H1.HeaderClassName
 {
   color: #1B9966;
 }
 .AnyTagClassName
 {
   color: #1B9966;
 }
</style>
background-color css

<style>
 a { background-color: #1B9966; }

 a { background-color: rgb(27,153,102); }

 div.DivClassName
 {
   background-color: #1B9966;
 }
 .BgClassName
 {
   background-color: #1B9966;
 }
</style>
border-color css

<style>
 span { border-color: #1B9966; }

 span { border-color: rgb(27,153,102); }

 td.TdClassName
 {
   border-color: #1B9966;
 }
 .TagClassName
 {
   border-color: #1B9966;
 }
</style>