#295A2A

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

Shades of Parsley #295A2A

Tints of Parsley #295A2A

Color information

#295A2A (or 0x295A2A) is unknown color: approx Parsley. HEX triplet: 29, 5A and 2A. RGB value is (41,90,42). Sum of RGB (Red+Green+Blue) = 41+90+42=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 90 (35.55% from 255 or 52.02% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 90 - color contains mainly: green. Hex color #295A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295A2A is #D6A5D5. Grayscale: #464646. Windows color (decimal): -14067158 or 2775593. OLE color: 2775593.

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

Color convert

RGB419042-
CMYK0.5400.530.65
HSL121.22º37.4%25.69%-
HSV(B)121.22º54.44%35.29%-
XYZ4.997.953.46-
YUV69.88112.27107.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.70%
GREEN value IS 90 (35.55% from 255) = 52.02%
BLUE value IS 42 (16.80% from 255) = 24.28%
R=23.70%
G=52.02%
B=24.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4190420.5400.530.65121.2237.425.69
Hex295A2A360354179251a
Octal5113252660651011714532
Binary101001101101010101011011001101011000001111100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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