#215529

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

Shades of Parsley #215529

Tints of Parsley #215529

Color information

#215529 (or 0x215529) is unknown color: approx Parsley. HEX triplet: 21, 55 and 29. RGB value is (33,85,41). Sum of RGB (Red+Green+Blue) = 33+85+41=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #215529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215529 is #DEAAD6. Grayscale: #404040. Windows color (decimal): -14592727 or 2708769. OLE color: 2708769.

HSL color Cylindrical-coordinate representation of color #215529: hue angle of 129.23º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #215529 is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB338541-
CMYK0.6100.520.67
HSL129.23º44.07%23.14%-
HSV(B)129.23º61.18%33.33%-
XYZ4.286.983.22-
YUV64.44114.77105.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.75%
GREEN value IS 85 (33.59% from 255) = 53.46%
BLUE value IS 41 (16.41% from 255) = 25.79%
R=20.75%
G=53.46%
B=25.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3385410.6100.520.67129.2344.0723.14
Hex2155293D03443812c17
Octal4112551750641032015427
Binary1000011010101101001111101011010010000111000000110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215529; }

 p { color: rgb(33,85,41); }

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

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

 a { background-color: rgb(33,85,41); }

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

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

 span { border-color: rgb(33,85,41); }

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