Html Css Color HEX #248672 Elf Green

📋 copy color: '#248672'

red 36 ◦ green 134 ◦ blue 114

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

Shades of Elf Green #248672

Tints of Elf Green #248672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.18%

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

R = 12.68%
G = 47.18%
B = 40.14%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#248672 (or 0x248672) is known color: Elf Green. HEX triplet: 24, 86 and 72. RGB value is (36,134,114). Sum of RGB (Red+Green+Blue) = 36+134+114=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 134 - color contains mainly: green. Hex color #248672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248672 is #DB798D. Grayscale: #666666. Windows color (decimal): -14383502 or 7505444. OLE color: 7505444.

HSL color Cylindrical-coordinate representation of color #248672: hue angle of 167.76º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248672 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 134 114 -
CMYK 0.73 0 0.15 0.47
HSL 167.76º 0.58% 0.33% -
HSV(B) 167.76º 0.73% 0.53% -
XYZ 12.29 18.64 18.87 -
YUV 102.42 134.53 80.63 -
System Red Green Blue C M Y K H S L
Decimal 36 134 114 0.73 0 0.15 0.47 167.76 0.58 0.33
Hex 24 86 72 49 0 F 2F A8 3A 21
Octal 44 206 162 111 0 17 57 250 72 41
Binary 100100 10000110 1110010 1001001 0 1111 101111 10101000 111010 100001

Color Harmonies of #248672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248672

Black with #248672

Text Example


Text Example

White with #248672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248672; }

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

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

background-color css

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

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

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

border-color css

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

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

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