#295F27

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

Shades of Parsley #295F27

Tints of Parsley #295F27

Color information

#295F27 (or 0x295F27) is unknown color: approx Parsley. HEX triplet: 29, 5F and 27. RGB value is (41,95,39). Sum of RGB (Red+Green+Blue) = 41+95+39=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 95 (37.5% from 255 or 54.29% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 95 - color contains mainly: green. Hex color #295F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295F27 is #D6A0D8. Grayscale: #484848. Windows color (decimal): -14065881 or 2580265. OLE color: 2580265.

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

Color convert

RGB419539-
CMYK0.5700.590.63
HSL117.86º41.79%26.27%-
HSV(B)117.86º58.95%37.25%-
XYZ5.378.83.34-
YUV72.47109.11105.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.43%
GREEN value IS 95 (37.5% from 255) = 54.29%
BLUE value IS 39 (15.62% from 255) = 22.29%
R=23.43%
G=54.29%
B=22.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4195390.5700.590.63117.8641.7926.27
Hex295F273903B3F762a1a
Octal511374771073771665232
Binary10100110111111001111110010111011111111111011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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