Html Css Color HEX #248960 Elf Green

📋 copy color: '#248960'

red 36 ◦ green 137 ◦ blue 96

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

Shades of Elf Green #248960

Tints of Elf Green #248960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 35.69%

R = 13.38%
G = 50.93%
B = 35.69%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#248960 (or 0x248960) is known color: Elf Green. HEX triplet: 24, 89 and 60. RGB value is (36,137,96). Sum of RGB (Red+Green+Blue) = 36+137+96=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #248960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248960 is #DB769F. Grayscale: #666666. Windows color (decimal): -14382752 or 6326564. OLE color: 6326564.

HSL color Cylindrical-coordinate representation of color #248960: hue angle of 155.64º 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 #248960 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 137 96 -
CMYK 0.74 0 0.30 0.46
HSL 155.64º 0.58% 0.34% -
HSV(B) 155.64º 0.74% 0.54% -
XYZ 11.78 19.11 14.13 -
YUV 102.13 124.54 80.83 -
System Red Green Blue C M Y K H S L
Decimal 36 137 96 0.74 0 0.30 0.46 155.64 0.58 0.34
Hex 24 89 60 4A 0 1E 2E 9C 3A 22
Octal 44 211 140 112 0 36 56 234 72 42
Binary 100100 10001001 1100000 1001010 0 11110 101110 10011100 111010 100010

Color Harmonies of #248960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248960

Black with #248960

Text Example


Text Example

White with #248960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248960; }

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

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

background-color css

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

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

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

border-color css

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

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

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