#248472

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

Shades of Elf Green #248472

Tints of Elf Green #248472

Color information

#248472 (or 0x248472) is unknown color: approx Elf Green. HEX triplet: 24, 84 and 72. RGB value is (36,132,114). Sum of RGB (Red+Green+Blue) = 36+132+114=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #248472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248472 is #DB7B8D. Grayscale: #656565. Windows color (decimal): -14384014 or 7504932. OLE color: 7504932.

HSL color Cylindrical-coordinate representation of color #248472: hue angle of 168.75º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248472 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB36132114-
CMYK0.7300.140.48
HSL168.75º57.14%32.94%-
HSV(B)168.75º72.73%51.76%-
XYZ12.0218.0918.78-
YUV101.24135.281.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.77%
GREEN value IS 132 (51.95% from 255) = 46.81%
BLUE value IS 114 (44.92% from 255) = 40.43%
R=12.77%
G=46.81%
B=40.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal361321140.7300.140.48168.7557.1432.94
Hex248472490E30a93921
Octal44204162111016602517141
Binary10010010000100111001010010010111011000010101001111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248472; }

 p { color: rgb(36,132,114); }

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

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

 a { background-color: rgb(36,132,114); }

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

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

 span { border-color: rgb(36,132,114); }

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