#248F69

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

Shades of Elf Green #248F69

Tints of Elf Green #248F69

Color information

#248F69 (or 0x248F69) is unknown color: approx Elf Green. HEX triplet: 24, 8F and 69. RGB value is (36,143,105). Sum of RGB (Red+Green+Blue) = 36+143+105=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 143 (56.25% from 255 or 50.35% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 143 - color contains mainly: green. Hex color #248F69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248F69 is #DB7096. Grayscale: #6A6A6A. Windows color (decimal): -14381207 or 6917924. OLE color: 6917924.

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

Color convert

RGB36143105-
CMYK0.7500.270.44
HSL158.69º59.78%35.1%-
HSV(B)158.69º74.83%56.08%-
XYZ13.121.0416.74-
YUV106.67127.0577.59-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.68%
GREEN value IS 143 (56.25% from 255) = 50.35%
BLUE value IS 105 (41.41% from 255) = 36.97%
R=12.68%
G=50.35%
B=36.97%

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
Decimal361431050.7500.270.44158.6959.7835.1
Hex248F694B01B2C9f3c23
Octal44217151113033542377443
Binary100100100011111101001100101101101110110010011111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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