#248770

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

Shades of Elf Green #248770

Tints of Elf Green #248770

Color information

#248770 (or 0x248770) is unknown color: approx Elf Green. HEX triplet: 24, 87 and 70. RGB value is (36,135,112). Sum of RGB (Red+Green+Blue) = 36+135+112=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 135 - color contains mainly: green. Hex color #248770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248770 is #DB788F. Grayscale: #666666. Windows color (decimal): -14383248 or 7374628. OLE color: 7374628.

HSL color Cylindrical-coordinate representation of color #248770: hue angle of 166.06º 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 #248770 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB36135112-
CMYK0.7300.170.47
HSL166.06º57.89%33.53%-
HSV(B)166.06º73.33%52.94%-
XYZ12.3218.8718.32-
YUV102.78133.280.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.72%
GREEN value IS 135 (53.12% from 255) = 47.70%
BLUE value IS 112 (44.14% from 255) = 39.58%
R=12.72%
G=47.70%
B=39.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal361351120.7300.170.47166.0657.8933.53
Hex248770490112Fa63a22
Octal44207160111021572467242
Binary100100100001111110000100100101000110111110100110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248770; }

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

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

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

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

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

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

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

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