#1B9466

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

Shades of Elf Green #1B9466

Tints of Elf Green #1B9466

Color information

#1B9466 (or 0x1B9466) is unknown color: approx Elf Green. HEX triplet: 1B, 94 and 66. RGB value is (27,148,102). Sum of RGB (Red+Green+Blue) = 27+148+102=277 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.75% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 102 (40.23% from 255 or 36.82% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #1B9466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B9466 is #E46B99. Grayscale: #6A6A6A. Windows color (decimal): -14969754 or 6722587. OLE color: 6722587.

HSL color Cylindrical-coordinate representation of color #1B9466: hue angle of 157.19º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B9466 is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB27148102-
CMYK0.8200.310.42
HSL157.19º69.14%34.31%-
HSV(B)157.19º81.76%58.04%-
XYZ13.4422.3716.18-
YUV106.58125.4171.24-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.75%
GREEN value IS 148 (58.20% from 255) = 53.43%
BLUE value IS 102 (40.23% from 255) = 36.82%
R=9.75%
G=53.43%
B=36.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal271481020.8200.310.42157.1969.1434.31
Hex1B94665201F2A9d4522
Octal332241461220375223510542
Binary110111001010011001101010010011111101010100111011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B9466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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