#248E67

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

Shades of Elf Green #248E67

Tints of Elf Green #248E67

Color information

#248E67 (or 0x248E67) is unknown color: approx Elf Green. HEX triplet: 24, 8E and 67. RGB value is (36,142,103). Sum of RGB (Red+Green+Blue) = 36+142+103=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 142 (55.86% from 255 or 50.53% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 142 - color contains mainly: green. Hex color #248E67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248E67 is #DB7198. Grayscale: #696969. Windows color (decimal): -14381465 or 6786596. OLE color: 6786596.

HSL color Cylindrical-coordinate representation of color #248E67: hue angle of 157.92º 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 #248E67 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB36142103-
CMYK0.7500.270.44
HSL157.92º59.55%34.9%-
HSV(B)157.92º74.65%55.69%-
XYZ12.8520.716.15-
YUV105.86126.3878.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.81%
GREEN value IS 142 (55.86% from 255) = 50.53%
BLUE value IS 103 (40.62% from 255) = 36.65%
R=12.81%
G=50.53%
B=36.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal361421030.7500.270.44157.9259.5534.9
Hex248E674B01B2C9e3c23
Octal44216147113033542367443
Binary100100100011101100111100101101101110110010011110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,142,103); }

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

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

 a { background-color: rgb(36,142,103); }

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

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

 span { border-color: rgb(36,142,103); }

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