#248F67

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

Shades of Elf Green #248F67

Tints of Elf Green #248F67

Color information

#248F67 (or 0x248F67) is unknown color: approx Elf Green. HEX triplet: 24, 8F and 67. RGB value is (36,143,103). Sum of RGB (Red+Green+Blue) = 36+143+103=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 143 (56.25% from 255 or 50.71% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 143 - color contains mainly: green. Hex color #248F67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248F67 is #DB7098. Grayscale: #6A6A6A. Windows color (decimal): -14381209 or 6786852. OLE color: 6786852.

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

Color convert

RGB36143103-
CMYK0.7500.280.44
HSL157.57º59.78%35.1%-
HSV(B)157.57º74.83%56.08%-
XYZ132116.2-
YUV106.45126.0577.75-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.77%
GREEN value IS 143 (56.25% from 255) = 50.71%
BLUE value IS 103 (40.62% from 255) = 36.52%
R=12.77%
G=50.71%
B=36.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal361431030.7500.280.44157.5759.7835.1
Hex248F674B01C2C9e3c23
Octal44217147113034542367443
Binary100100100011111100111100101101110010110010011110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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