#21602C

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

Shades of Parsley #21602C

Tints of Parsley #21602C

Color information

#21602C (or 0x21602C) is unknown color: approx Parsley. HEX triplet: 21, 60 and 2C. RGB value is (33,96,44). Sum of RGB (Red+Green+Blue) = 33+96+44=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #21602C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21602C is #DE9FD3. Grayscale: #474747. Windows color (decimal): -14589908 or 2908193. OLE color: 2908193.

HSL color Cylindrical-coordinate representation of color #21602C: hue angle of 130.48º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #21602C is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB339644-
CMYK0.6600.540.62
HSL130.48º48.84%25.29%-
HSV(B)130.48º65.62%37.65%-
XYZ5.268.873.82-
YUV71.24112.63100.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.08%
GREEN value IS 96 (37.89% from 255) = 55.49%
BLUE value IS 44 (17.58% from 255) = 25.43%
R=19.08%
G=55.49%
B=25.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3396440.6600.540.62130.4848.8425.29
Hex21602C420363E823119
Octal4114054102066762026131
Binary1000011100000101100100001001101101111101000001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21602C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21602C; }

 p { color: rgb(33,96,44); }

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

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

 a { background-color: rgb(33,96,44); }

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

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

 span { border-color: rgb(33,96,44); }

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