#1B9160

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

Shades of Elf Green #1B9160

Tints of Elf Green #1B9160

Color information

#1B9160 (or 0x1B9160) is unknown color: approx Elf Green. HEX triplet: 1B, 91 and 60. RGB value is (27,145,96). Sum of RGB (Red+Green+Blue) = 27+145+96=268 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.07% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #1B9160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B9160 is #E46E9F. Grayscale: #686868. Windows color (decimal): -14970528 or 6328603. OLE color: 6328603.

HSL color Cylindrical-coordinate representation of color #1B9160: hue angle of 155.08º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B9160 is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB2714596-
CMYK0.8100.340.43
HSL155.08º68.6%33.73%-
HSV(B)155.08º81.38%56.86%-
XYZ12.6921.3314.51-
YUV104.13123.4172.98-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.07%
GREEN value IS 145 (57.03% from 255) = 54.10%
BLUE value IS 96 (37.89% from 255) = 35.82%
R=10.07%
G=54.10%
B=35.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal27145960.8100.340.43155.0868.633.73
Hex1B9160510222B9b4522
Octal332211401210425323310542
Binary1101110010001110000010100010100010101011100110111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B9160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,145,96); }

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

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

 a { background-color: rgb(27,145,96); }

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

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

 span { border-color: rgb(27,145,96); }

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