#248960

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

Shades of Elf Green #248960

Tints of Elf Green #248960

Color information

#248960 (or 0x248960) is unknown color: approx Elf Green. HEX triplet: 24, 89 and 60. RGB value is (36,137,96). Sum of RGB (Red+Green+Blue) = 36+137+96=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #248960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248960 is #DB769F. Grayscale: #666666. Windows color (decimal): -14382752 or 6326564. OLE color: 6326564.

HSL color Cylindrical-coordinate representation of color #248960: hue angle of 155.64º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248960 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB3613796-
CMYK0.7400.300.46
HSL155.64º58.38%33.92%-
HSV(B)155.64º73.72%53.73%-
XYZ11.7819.1114.13-
YUV102.13124.5480.83-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.38%
GREEN value IS 137 (53.91% from 255) = 50.93%
BLUE value IS 96 (37.89% from 255) = 35.69%
R=13.38%
G=50.93%
B=35.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal36137960.7400.300.46155.6458.3833.92
Hex2489604A01E2E9c3a22
Octal44211140112036562347242
Binary100100100010011100000100101001111010111010011100111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248960; }

 p { color: rgb(36,137,96); }

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

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

 a { background-color: rgb(36,137,96); }

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

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

 span { border-color: rgb(36,137,96); }

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