#295B27

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

Shades of Parsley #295B27

Tints of Parsley #295B27

Color information

#295B27 (or 0x295B27) is unknown color: approx Parsley. HEX triplet: 29, 5B and 27. RGB value is (41,91,39). Sum of RGB (Red+Green+Blue) = 41+91+39=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 91 (35.94% from 255 or 53.22% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 91 - color contains mainly: green. Hex color #295B27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295B27 is #D6A4D8. Grayscale: #464646. Windows color (decimal): -14066905 or 2579241. OLE color: 2579241.

HSL color Cylindrical-coordinate representation of color #295B27: hue angle of 117.69º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #295B27 is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.

Color convert

RGB419139-
CMYK0.5500.570.64
HSL117.69º40%25.49%-
HSV(B)117.69º57.14%35.69%-
XYZ5.028.13.22-
YUV70.12110.44107.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.98%
GREEN value IS 91 (35.94% from 255) = 53.22%
BLUE value IS 39 (15.62% from 255) = 22.81%
R=23.98%
G=53.22%
B=22.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4191390.5500.570.64117.694025.49
Hex295B273703940762819
Octal5113347670711001665031
Binary101001101101110011111011101110011000000111011010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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