#24825F

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

Shades of Elf Green #24825F

Tints of Elf Green #24825F

Color information

#24825F (or 0x24825F) is unknown color: approx Elf Green. HEX triplet: 24, 82 and 5F. RGB value is (36,130,95). Sum of RGB (Red+Green+Blue) = 36+130+95=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #24825F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24825F is #DB7DA0. Grayscale: #616161. Windows color (decimal): -14384545 or 6259236. OLE color: 6259236.

HSL color Cylindrical-coordinate representation of color #24825F: hue angle of 157.66º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24825F is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB3613095-
CMYK0.7200.270.49
HSL157.66º56.63%32.55%-
HSV(B)157.66º72.31%50.98%-
XYZ10.7817.1713.57-
YUV97.9126.3683.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.79%
GREEN value IS 130 (51.17% from 255) = 49.81%
BLUE value IS 95 (37.5% from 255) = 36.40%
R=13.79%
G=49.81%
B=36.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36130950.7200.270.49157.6656.6332.55
Hex24825F4801B319e3921
Octal44202137110033612367141
Binary100100100000101011111100100001101111000110011110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24825F; }

 p { color: rgb(36,130,95); }

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

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

 a { background-color: rgb(36,130,95); }

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

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

 span { border-color: rgb(36,130,95); }

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