#24825E

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

Shades of Elf Green #24825E

Tints of Elf Green #24825E

Color information

#24825E (or 0x24825E) is unknown color: approx Elf Green. HEX triplet: 24, 82 and 5E. RGB value is (36,130,94). Sum of RGB (Red+Green+Blue) = 36+130+94=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #24825E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24825E is #DB7DA1. Grayscale: #616161. Windows color (decimal): -14384546 or 6193700. OLE color: 6193700.

HSL color Cylindrical-coordinate representation of color #24825E: hue angle of 157.02º 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 #24825E is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB3613094-
CMYK0.7200.280.49
HSL157.02º56.63%32.55%-
HSV(B)157.02º72.31%50.98%-
XYZ10.7317.1513.33-
YUV97.79125.8683.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.85%
GREEN value IS 130 (51.17% from 255) = 50%
BLUE value IS 94 (37.11% from 255) = 36.15%
R=13.85%
G=50%
B=36.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36130940.7200.280.49157.0256.6332.55
Hex24825E4801C319d3921
Octal44202136110034612357141
Binary100100100000101011110100100001110011000110011101111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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