#249D72

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

Shades of Elf Green #249D72

Tints of Elf Green #249D72

Color information

#249D72 (or 0x249D72) is unknown color: approx Elf Green. HEX triplet: 24, 9D and 72. RGB value is (36,157,114). Sum of RGB (Red+Green+Blue) = 36+157+114=307 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.73% from 307); Green value is 157 (61.72% from 255 or 51.14% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 157 - color contains mainly: green. Hex color #249D72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249D72 is #DB628D. Grayscale: #737373. Windows color (decimal): -14377614 or 7511332. OLE color: 7511332.

HSL color Cylindrical-coordinate representation of color #249D72: hue angle of 158.68º 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 #249D72 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB36157114-
CMYK0.7700.270.38
HSL158.68º62.69%37.84%-
HSV(B)158.68º77.07%61.57%-
XYZ15.8225.720.05-
YUV115.92126.9171-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.73%
GREEN value IS 157 (61.72% from 255) = 51.14%
BLUE value IS 114 (44.92% from 255) = 37.13%
R=11.73%
G=51.14%
B=37.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal361571140.7700.270.38158.6862.6937.84
Hex249D724D01B269f3f26
Octal44235162115033462377746
Binary100100100111011110010100110101101110011010011111111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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