#249F70

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

Shades of Elf Green #249F70

Tints of Elf Green #249F70

Color information

#249F70 (or 0x249F70) is unknown color: approx Elf Green. HEX triplet: 24, 9F and 70. RGB value is (36,159,112). Sum of RGB (Red+Green+Blue) = 36+159+112=307 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.73% from 307); Green value is 159 (62.5% from 255 or 51.79% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 159 - color contains mainly: green. Hex color #249F70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249F70 is #DB608F. Grayscale: #747474. Windows color (decimal): -14377104 or 7380772. OLE color: 7380772.

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

Color convert

RGB36159112-
CMYK0.7700.300.38
HSL157.07º63.08%38.24%-
HSV(B)157.07º77.36%62.35%-
XYZ16.0526.3419.57-
YUV116.86125.2570.32-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.73%
GREEN value IS 159 (62.5% from 255) = 51.79%
BLUE value IS 112 (44.14% from 255) = 36.48%
R=11.73%
G=51.79%
B=36.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal361591120.7700.300.38157.0763.0838.24
Hex249F704D01E269d3f26
Octal44237160115036462357746
Binary100100100111111110000100110101111010011010011101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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