#248977

Color #248977 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #248977

Tints of Elf Green #248977

Color information

#248977 (or 0x248977) is unknown color: approx Elf Green. HEX triplet: 24, 89 and 77. RGB value is (36,137,119). Sum of RGB (Red+Green+Blue) = 36+137+119=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 137 - color contains mainly: green. Hex color #248977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248977 is #DB7688. Grayscale: #686868. Windows color (decimal): -14382729 or 7833892. OLE color: 7833892.

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

Color convert

RGB36137119-
CMYK0.7400.130.46
HSL169.31º58.38%33.92%-
HSV(B)169.31º73.72%53.73%-
XYZ1319.620.55-
YUV104.75136.0478.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.33%
GREEN value IS 137 (53.91% from 255) = 46.92%
BLUE value IS 119 (46.88% from 255) = 40.75%
R=12.33%
G=46.92%
B=40.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal361371190.7400.130.46169.3158.3833.92
Hex2489774A0D2Ea93a22
Octal44211167112015562517242
Binary10010010001001111011110010100110110111010101001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248977; }

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

 H1.HeaderClassName
 {
   color: #248977;
 }
 .AnyTagClassName
 {
   color: #248977;
 }
</style>
background-color css

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

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

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

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

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

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