#295E2A

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

Shades of Parsley #295E2A

Tints of Parsley #295E2A

Color information

#295E2A (or 0x295E2A) is unknown color: approx Parsley. HEX triplet: 29, 5E and 2A. RGB value is (41,94,42). Sum of RGB (Red+Green+Blue) = 41+94+42=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 94 (37.11% from 255 or 53.11% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 94 - color contains mainly: green. Hex color #295E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295E2A is #D6A1D5. Grayscale: #484848. Windows color (decimal): -14066134 or 2776617. OLE color: 2776617.

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

Color convert

RGB419442-
CMYK0.5600.550.63
HSL121.13º39.26%26.47%-
HSV(B)121.13º56.38%36.86%-
XYZ5.348.643.58-
YUV72.22110.94105.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.16%
GREEN value IS 94 (37.11% from 255) = 53.11%
BLUE value IS 42 (16.80% from 255) = 23.73%
R=23.16%
G=53.11%
B=23.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4194420.5600.550.63121.1339.2626.47
Hex295E2A380373F79271a
Octal511365270067771714732
Binary10100110111101010101110000110111111111111100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,94,42); }

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

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

 a { background-color: rgb(41,94,42); }

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

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

 span { border-color: rgb(41,94,42); }

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