#215C29

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

Shades of Parsley #215C29

Tints of Parsley #215C29

Color information

#215C29 (or 0x215C29) is unknown color: approx Parsley. HEX triplet: 21, 5C and 29. RGB value is (33,92,41). Sum of RGB (Red+Green+Blue) = 33+92+41=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 92 (36.33% from 255 or 55.42% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 92 - color contains mainly: green. Hex color #215C29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215C29 is #DEA3D6. Grayscale: #444444. Windows color (decimal): -14590935 or 2710561. OLE color: 2710561.

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

Color convert

RGB339241-
CMYK0.6400.550.64
HSL128.14º47.2%24.51%-
HSV(B)128.14º64.13%36.08%-
XYZ4.858.143.41-
YUV68.54112.45102.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.88%
GREEN value IS 92 (36.33% from 255) = 55.42%
BLUE value IS 41 (16.41% from 255) = 24.70%
R=19.88%
G=55.42%
B=24.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3392410.6400.550.64128.1447.224.51
Hex215C294003740802f19
Octal41134511000671002005731
Binary10000110111001010011000000011011110000001000000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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