#295A25

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

Shades of Parsley #295A25

Tints of Parsley #295A25

Color information

#295A25 (or 0x295A25) is unknown color: approx Parsley. HEX triplet: 29, 5A and 25. RGB value is (41,90,37). Sum of RGB (Red+Green+Blue) = 41+90+37=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 90 (35.55% from 255 or 53.57% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 90 - color contains mainly: green. Hex color #295A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295A25 is #D6A5DA. Grayscale: #454545. Windows color (decimal): -14067163 or 2447913. OLE color: 2447913.

HSL color Cylindrical-coordinate representation of color #295A25: hue angle of 115.47º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #295A25 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB419037-
CMYK0.5400.590.65
HSL115.47º41.73%24.9%-
HSV(B)115.47º58.89%35.29%-
XYZ4.97.923.02-
YUV69.31109.77107.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.40%
GREEN value IS 90 (35.55% from 255) = 53.57%
BLUE value IS 37 (14.84% from 255) = 22.02%
R=24.40%
G=53.57%
B=22.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4190370.5400.590.65115.4741.7324.9
Hex295A253603B41732a19
Octal5113245660731011635231
Binary101001101101010010111011001110111000001111001110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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