#1D9270

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

Shades of Elf Green #1D9270

Tints of Elf Green #1D9270

Color information

#1D9270 (or 0x1D9270) is unknown color: approx Elf Green. HEX triplet: 1D, 92 and 70. RGB value is (29,146,112). Sum of RGB (Red+Green+Blue) = 29+146+112=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #1D9270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9270 is #E26D8F. Grayscale: #6B6B6B. Windows color (decimal): -14839184 or 7377437. OLE color: 7377437.

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

Color convert

RGB29146112-
CMYK0.8000.230.43
HSL162.56º66.86%34.31%-
HSV(B)162.56º80.14%57.25%-
XYZ13.7121.9918.85-
YUV107.14130.7472.26-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.10%
GREEN value IS 146 (57.42% from 255) = 50.87%
BLUE value IS 112 (44.14% from 255) = 39.02%
R=10.10%
G=50.87%
B=39.02%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal291461120.8000.230.43162.5666.8634.31
Hex1D9270500172Ba34322
Octal352221601200275324310342
Binary111011001001011100001010000010111101011101000111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,146,112); }

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

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

 a { background-color: rgb(29,146,112); }

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

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

 span { border-color: rgb(29,146,112); }

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