#248962

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

Shades of Elf Green #248962

Tints of Elf Green #248962

Color information

#248962 (or 0x248962) is unknown color: approx Elf Green. HEX triplet: 24, 89 and 62. RGB value is (36,137,98). Sum of RGB (Red+Green+Blue) = 36+137+98=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 137 (53.91% from 255 or 50.55% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 137 - color contains mainly: green. Hex color #248962 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248962 is #DB769D. Grayscale: #666666. Windows color (decimal): -14382750 or 6457636. OLE color: 6457636.

HSL color Cylindrical-coordinate representation of color #248962: hue angle of 156.83º 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 #248962 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB3613798-
CMYK0.7400.280.46
HSL156.83º58.38%33.92%-
HSV(B)156.83º73.72%53.73%-
XYZ11.8819.1514.63-
YUV102.35125.5480.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.28%
GREEN value IS 137 (53.91% from 255) = 50.55%
BLUE value IS 98 (38.67% from 255) = 36.16%
R=13.28%
G=50.55%
B=36.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal36137980.7400.280.46156.8358.3833.92
Hex2489624A01C2E9d3a22
Octal44211142112034562357242
Binary100100100010011100010100101001110010111010011101111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248962; }

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

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

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

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

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

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

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

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