#24602D

Color #24602D Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #24602D

Tints of Parsley #24602D

Color information

#24602D (or 0x24602D) is unknown color: approx Parsley. HEX triplet: 24, 60 and 2D. RGB value is (36,96,45). Sum of RGB (Red+Green+Blue) = 36+96+45=177 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.34% from 177); Green value is 96 (37.89% from 255 or 54.24% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 96 - color contains mainly: green. Hex color #24602D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24602D is #DB9FD2. Grayscale: #484848. Windows color (decimal): -14393299 or 2973732. OLE color: 2973732.

HSL color Cylindrical-coordinate representation of color #24602D: hue angle of 129º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24602D is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB369645-
CMYK0.6200.530.62
HSL129º45.45%25.88%-
HSV(B)129º62.5%37.65%-
XYZ5.388.933.92-
YUV72.25112.62102.15-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.34%
GREEN value IS 96 (37.89% from 255) = 54.24%
BLUE value IS 45 (17.97% from 255) = 25.42%
R=20.34%
G=54.24%
B=25.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3696450.6200.530.6212945.4525.88
Hex24602D3E0353E812d1a
Octal441405576065762015532
Binary100100110000010110111111001101011111101000000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24602D; }

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

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

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

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

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

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

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

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