#248774

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

Shades of Elf Green #248774

Tints of Elf Green #248774

Color information

#248774 (or 0x248774) is unknown color: approx Elf Green. HEX triplet: 24, 87 and 74. RGB value is (36,135,116). Sum of RGB (Red+Green+Blue) = 36+135+116=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #248774 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248774 is #DB788B. Grayscale: #676767. Windows color (decimal): -14383244 or 7636772. OLE color: 7636772.

HSL color Cylindrical-coordinate representation of color #248774: hue angle of 168.48º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248774 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB36135116-
CMYK0.7300.140.47
HSL168.48º57.89%33.53%-
HSV(B)168.48º73.33%52.94%-
XYZ12.5418.9619.52-
YUV103.23135.280.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.54%
GREEN value IS 135 (53.12% from 255) = 47.04%
BLUE value IS 116 (45.70% from 255) = 40.42%
R=12.54%
G=47.04%
B=40.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal361351160.7300.140.47168.4857.8933.53
Hex248774490E2Fa83a22
Octal44207164111016572507242
Binary10010010000111111010010010010111010111110101000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248774; }

 p { color: rgb(36,135,116); }

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

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

 a { background-color: rgb(36,135,116); }

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

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

 span { border-color: rgb(36,135,116); }

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