#245F29

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

Shades of Parsley #245F29

Tints of Parsley #245F29

Color information

#245F29 (or 0x245F29) is unknown color: approx Parsley. HEX triplet: 24, 5F and 29. RGB value is (36,95,41). Sum of RGB (Red+Green+Blue) = 36+95+41=172 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.93% from 172); Green value is 95 (37.5% from 255 or 55.23% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 95 - color contains mainly: green. Hex color #245F29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245F29 is #DBA0D6. Grayscale: #474747. Windows color (decimal): -14393559 or 2711332. OLE color: 2711332.

HSL color Cylindrical-coordinate representation of color #245F29: hue angle of 125.08º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #245F29 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.63.

Color convert

RGB369541-
CMYK0.6200.570.63
HSL125.08º45.04%25.69%-
HSV(B)125.08º62.11%37.25%-
XYZ5.228.723.51-
YUV71.2110.95102.89-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.93%
GREEN value IS 95 (37.5% from 255) = 55.23%
BLUE value IS 41 (16.41% from 255) = 23.84%
R=20.93%
G=55.23%
B=23.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3695410.6200.570.63125.0845.0425.69
Hex245F293E0393F7d2d1a
Octal441375176071771755532
Binary10010010111111010011111100111001111111111110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245F29; }

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

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

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

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

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

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

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

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