#249F72

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

Shades of Elf Green #249F72

Tints of Elf Green #249F72

Color information

#249F72 (or 0x249F72) is unknown color: approx Elf Green. HEX triplet: 24, 9F and 72. RGB value is (36,159,114). Sum of RGB (Red+Green+Blue) = 36+159+114=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 159 (62.5% from 255 or 51.46% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 159 - color contains mainly: green. Hex color #249F72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249F72 is #DB608D. Grayscale: #757575. Windows color (decimal): -14377102 or 7511844. OLE color: 7511844.

HSL color Cylindrical-coordinate representation of color #249F72: hue angle of 158.05º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249F72 is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB36159114-
CMYK0.7700.280.38
HSL158.05º63.08%38.24%-
HSV(B)158.05º77.36%62.35%-
XYZ16.1626.3920.16-
YUV117.09126.2570.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.65%
GREEN value IS 159 (62.5% from 255) = 51.46%
BLUE value IS 114 (44.92% from 255) = 36.89%
R=11.65%
G=51.46%
B=36.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal361591140.7700.280.38158.0563.0838.24
Hex249F724D01C269e3f26
Octal44237162115034462367746
Binary100100100111111110010100110101110010011010011110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249F72; }

 p { color: rgb(36,159,114); }

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

<style>
 a { background-color: #249F72; }

 a { background-color: rgb(36,159,114); }

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

<style>
 span { border-color: #249F72; }

 span { border-color: rgb(36,159,114); }

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