Html Css Color HEX #248A76 Elf Green

📋 copy color: '#248A76'

red 36 ◦ green 138 ◦ blue 118

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

Shades of Elf Green #248A76

Tints of Elf Green #248A76

RGB

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

 GREEN value IS 138 (54.3% from 255) = 47.26%

 BLUE value IS 118 (46.48% from 255) = 40.41%

R = 12.33%
G = 47.26%
B = 40.41%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#248A76 (or 0x248A76) is known color: Elf Green. HEX triplet: 24, 8A and 76. RGB value is (36,138,118). Sum of RGB (Red+Green+Blue) = 36+138+118=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 138 (54.30% from 255 or 47.26% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 138 - color contains mainly: green. Hex color #248A76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248A76 is #DB7589. Grayscale: #696969. Windows color (decimal): -14382474 or 7768612. OLE color: 7768612.

HSL color Cylindrical-coordinate representation of color #248A76: hue angle of 168.24º degrees, saturation: 0.59, 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 #248A76 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 138 118 -
CMYK 0.74 0 0.14 0.46
HSL 168.24º 0.59% 0.34% -
HSV(B) 168.24º 0.74% 0.54% -
XYZ 13.09 19.86 20.28 -
YUV 105.22 135.21 78.63 -
System Red Green Blue C M Y K H S L
Decimal 36 138 118 0.74 0 0.14 0.46 168.24 0.59 0.34
Hex 24 8A 76 4A 0 E 2E A8 3B 22
Octal 44 212 166 112 0 16 56 250 73 42
Binary 100100 10001010 1110110 1001010 0 1110 101110 10101000 111011 100010

Color Harmonies of #248A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248A76

Black with #248A76

Text Example


Text Example

White with #248A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248A76; }

 p { color: rgb(36,138,118); }

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

background-color css

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

 a { background-color: rgb(36,138,118); }

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

border-color css

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

 span { border-color: rgb(36,138,118); }

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