#1B9965

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

Shades of Elf Green #1B9965

Tints of Elf Green #1B9965

Color information

#1B9965 (or 0x1B9965) is unknown color: approx Elf Green. HEX triplet: 1B, 99 and 65. RGB value is (27,153,101). Sum of RGB (Red+Green+Blue) = 27+153+101=281 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.61% from 281); Green value is 153 (60.16% from 255 or 54.45% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 153 - color contains mainly: green. Hex color #1B9965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B9965 is #E4669A. Grayscale: #6D6D6D. Windows color (decimal): -14968475 or 6658331. OLE color: 6658331.

HSL color Cylindrical-coordinate representation of color #1B9965: hue angle of 155.24º 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 #1B9965 is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB27153101-
CMYK0.8200.340.4
HSL155.24º70%35.29%-
HSV(B)155.24º82.35%60%-
XYZ14.1923.9616.19-
YUV109.4123.2669.23-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.61%
GREEN value IS 153 (60.16% from 255) = 54.45%
BLUE value IS 101 (39.84% from 255) = 35.94%
R=9.61%
G=54.45%
B=35.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal271531010.8200.340.4155.247035.29
Hex1B996552022289b4623
Octal332311451220425023310643
Binary1101110011001110010110100100100010101000100110111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B9965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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