#248F72

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

Shades of Elf Green #248F72

Tints of Elf Green #248F72

Color information

#248F72 (or 0x248F72) is unknown color: approx Elf Green. HEX triplet: 24, 8F and 72. RGB value is (36,143,114). Sum of RGB (Red+Green+Blue) = 36+143+114=293 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.29% from 293); Green value is 143 (56.25% from 255 or 48.81% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 143 - color contains mainly: green. Hex color #248F72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248F72 is #DB708D. Grayscale: #6B6B6B. Windows color (decimal): -14381198 or 7507748. OLE color: 7507748.

HSL color Cylindrical-coordinate representation of color #248F72: hue angle of 163.74º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248F72 is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB36143114-
CMYK0.7500.200.44
HSL163.74º59.78%35.1%-
HSV(B)163.74º74.83%56.08%-
XYZ13.5921.2319.3-
YUV107.7131.5576.86-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.29%
GREEN value IS 143 (56.25% from 255) = 48.81%
BLUE value IS 114 (44.92% from 255) = 38.91%
R=12.29%
G=48.81%
B=38.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal361431140.7500.200.44163.7459.7835.1
Hex248F724B0142Ca43c23
Octal44217162113024542447443
Binary100100100011111110010100101101010010110010100100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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