Html Css Color HEX #248370 Elf Green

📋 copy color: '#248370'

red 36 ◦ green 131 ◦ blue 112

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

Shades of Elf Green #248370

Tints of Elf Green #248370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.95%

 BLUE value IS 112 (44.14% from 255) = 40.14%

R = 12.9%
G = 46.95%
B = 40.14%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#248370 (or 0x248370) is known color: Elf Green. HEX triplet: 24, 83 and 70. RGB value is (36,131,112). Sum of RGB (Red+Green+Blue) = 36+131+112=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 131 - color contains mainly: green. Hex color #248370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248370 is #DB7C8F. Grayscale: #646464. Windows color (decimal): -14384272 or 7373604. OLE color: 7373604.

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

Color convert

RGB 36 131 112 -
CMYK 0.73 0 0.15 0.49
HSL 168º 0.57% 0.33% -
HSV(B) 168º 0.73% 0.51% -
XYZ 11.77 17.78 18.14 -
YUV 100.43 134.53 82.04 -
System Red Green Blue C M Y K H S L
Decimal 36 131 112 0.73 0 0.15 0.49 168 0.57 0.33
Hex 24 83 70 49 0 F 31 A8 39 21
Octal 44 203 160 111 0 17 61 250 71 41
Binary 100100 10000011 1110000 1001001 0 1111 110001 10101000 111001 100001

Color Harmonies of #248370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248370

Black with #248370

Text Example


Text Example

White with #248370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248370; }

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

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

background-color css

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

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

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

border-color css

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

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

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