#215D29

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

Shades of Parsley #215D29

Tints of Parsley #215D29

Color information

#215D29 (or 0x215D29) is unknown color: approx Parsley. HEX triplet: 21, 5D and 29. RGB value is (33,93,41). Sum of RGB (Red+Green+Blue) = 33+93+41=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 93 (36.72% from 255 or 55.69% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 93 - color contains mainly: green. Hex color #215D29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D29 is #DEA2D6. Grayscale: #454545. Windows color (decimal): -14590679 or 2710817. OLE color: 2710817.

HSL color Cylindrical-coordinate representation of color #215D29: hue angle of 128º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215D29 is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.

Color convert

RGB339341-
CMYK0.6500.560.64
HSL128º47.62%24.71%-
HSV(B)128º64.52%36.47%-
XYZ4.948.313.44-
YUV69.13112.12102.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.76%
GREEN value IS 93 (36.72% from 255) = 55.69%
BLUE value IS 41 (16.41% from 255) = 24.55%
R=19.76%
G=55.69%
B=24.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3393410.6500.560.6412847.6224.71
Hex215D294103840803019
Octal41135511010701002006031
Binary10000110111011010011000001011100010000001000000011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215D29; }

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

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

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

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

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

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

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

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