#295D25

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

Shades of Parsley #295D25

Tints of Parsley #295D25

Color information

#295D25 (or 0x295D25) is unknown color: approx Parsley. HEX triplet: 29, 5D and 25. RGB value is (41,93,37). Sum of RGB (Red+Green+Blue) = 41+93+37=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 93 (36.72% from 255 or 54.39% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 93 - color contains mainly: green. Hex color #295D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295D25 is #D6A2DA. Grayscale: #474747. Windows color (decimal): -14066395 or 2448681. OLE color: 2448681.

HSL color Cylindrical-coordinate representation of color #295D25: hue angle of 115.71º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #295D25 is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.

Color convert

RGB419337-
CMYK0.5600.600.64
HSL115.71º43.08%25.49%-
HSV(B)115.71º60.22%36.47%-
XYZ5.168.433.11-
YUV71.07108.77106.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.98%
GREEN value IS 93 (36.72% from 255) = 54.39%
BLUE value IS 37 (14.84% from 255) = 21.64%
R=23.98%
G=54.39%
B=21.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4193370.5600.600.64115.7143.0825.49
Hex295D253803C40742b19
Octal5113545700741001645331
Binary101001101110110010111100001111001000000111010010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295D25; }

 p { color: rgb(41,93,37); }

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

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

 a { background-color: rgb(41,93,37); }

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

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

 span { border-color: rgb(41,93,37); }

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