#1D8372

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

Shades of Elf Green #1D8372

Tints of Elf Green #1D8372

Color information

#1D8372 (or 0x1D8372) is unknown color: approx Elf Green. HEX triplet: 1D, 83 and 72. RGB value is (29,131,114). Sum of RGB (Red+Green+Blue) = 29+131+114=274 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.58% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 131 - color contains mainly: green. Hex color #1D8372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8372 is #E27C8D. Grayscale: #626262. Windows color (decimal): -14843022 or 7504669. OLE color: 7504669.

HSL color Cylindrical-coordinate representation of color #1D8372: hue angle of 170º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D8372 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB29131114-
CMYK0.7800.130.49
HSL170º63.75%31.37%-
HSV(B)170º77.86%51.37%-
XYZ11.6617.7118.72-
YUV98.56136.7178.38-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.58%
GREEN value IS 131 (51.56% from 255) = 47.81%
BLUE value IS 114 (44.92% from 255) = 41.61%
R=10.58%
G=47.81%
B=41.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal291311140.7800.130.4917063.7531.37
Hex1D83724E0D31aa401f
Octal352031621160156125210037
Binary1110110000011111001010011100110111000110101010100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,131,114); }

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

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

 a { background-color: rgb(29,131,114); }

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

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

 span { border-color: rgb(29,131,114); }

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