#1B9472

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

Shades of Elf Green #1B9472

Tints of Elf Green #1B9472

Color information

#1B9472 (or 0x1B9472) is unknown color: approx Elf Green. HEX triplet: 1B, 94 and 72. RGB value is (27,148,114). Sum of RGB (Red+Green+Blue) = 27+148+114=289 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.34% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #1B9472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B9472 is #E46B8D. Grayscale: #6B6B6B. Windows color (decimal): -14969742 or 7509019. OLE color: 7509019.

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

Color convert

RGB27148114-
CMYK0.8200.230.42
HSL163.14º69.14%34.31%-
HSV(B)163.14º81.76%58.04%-
XYZ14.0822.6319.55-
YUV107.94131.4170.26-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.34%
GREEN value IS 148 (58.20% from 255) = 51.21%
BLUE value IS 114 (44.92% from 255) = 39.45%
R=9.34%
G=51.21%
B=39.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal271481140.8200.230.42163.1469.1434.31
Hex1B9472520172Aa34522
Octal332241621220275224310542
Binary110111001010011100101010010010111101010101000111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B9472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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