Html Css Color HEX #248972 Elf Green

📋 copy color: '#248972'

red 36 ◦ green 137 ◦ blue 114

#248972
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #248972

Tints of Elf Green #248972

RGB

 RED value IS 36 (14.45% from 255) = 12.54%

 GREEN value IS 137 (53.91% from 255) = 47.74%

 BLUE value IS 114 (44.92% from 255) = 39.72%

R = 12.54%
G = 47.74%
B = 39.72%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#248972 (or 0x248972) is known color: Elf Green. HEX triplet: 24, 89 and 72. RGB value is (36,137,114). Sum of RGB (Red+Green+Blue) = 36+137+114=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #248972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248972 is #DB768D. Grayscale: #686868. Windows color (decimal): -14382734 or 7506212. OLE color: 7506212.

HSL color Cylindrical-coordinate representation of color #248972: hue angle of 166.34º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248972 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 137 114 -
CMYK 0.74 0 0.17 0.46
HSL 166.34º 0.58% 0.34% -
HSV(B) 166.34º 0.74% 0.54% -
XYZ 12.71 19.48 19.01 -
YUV 104.18 133.54 79.37 -
System Red Green Blue C M Y K H S L
Decimal 36 137 114 0.74 0 0.17 0.46 166.34 0.58 0.34
Hex 24 89 72 4A 0 11 2E A6 3A 22
Octal 44 211 162 112 0 21 56 246 72 42
Binary 100100 10001001 1110010 1001010 0 10001 101110 10100110 111010 100010

Color Harmonies of #248972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248972

Black with #248972

Text Example


Text Example

White with #248972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248972; }

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

 H1.HeaderClassName
 {
   color: #248972;
 }
 .AnyTagClassName
 {
   color: #248972;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #248972;
 }
 .BgClassName
 {
   background-color: #248972;
 }
</style>

border-color css

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

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

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