Html Css Color HEX #248471 Elf Green

📋 copy color: '#248471'

red 36 ◦ green 132 ◦ blue 113

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

Shades of Elf Green #248471

Tints of Elf Green #248471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.98%

 BLUE value IS 113 (44.53% from 255) = 40.21%

R = 12.81%
G = 46.98%
B = 40.21%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#248471 (or 0x248471) is known color: Elf Green. HEX triplet: 24, 84 and 71. RGB value is (36,132,113). Sum of RGB (Red+Green+Blue) = 36+132+113=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #248471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248471 is #DB7B8E. Grayscale: #656565. Windows color (decimal): -14384015 or 7439396. OLE color: 7439396.

HSL color Cylindrical-coordinate representation of color #248471: hue angle of 168.12º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248471 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 132 113 -
CMYK 0.73 0 0.14 0.48
HSL 168.13º 0.57% 0.33% -
HSV(B) 168.13º 0.73% 0.52% -
XYZ 11.96 18.07 18.48 -
YUV 101.13 134.7 81.54 -
System Red Green Blue C M Y K H S L
Decimal 36 132 113 0.73 0 0.14 0.48 168.13 0.57 0.33
Hex 24 84 71 49 0 E 30 A8 39 21
Octal 44 204 161 111 0 16 60 250 71 41
Binary 100100 10000100 1110001 1001001 0 1110 110000 10101000 111001 100001

Color Harmonies of #248471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248471

Black with #248471

Text Example


Text Example

White with #248471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248471; }

 p { color: rgb(36,132,113); }

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

background-color css

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

 a { background-color: rgb(36,132,113); }

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

border-color css

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

 span { border-color: rgb(36,132,113); }

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