#21602A

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

Shades of Parsley #21602A

Tints of Parsley #21602A

Color information

#21602A (or 0x21602A) is unknown color: approx Parsley. HEX triplet: 21, 60 and 2A. RGB value is (33,96,42). Sum of RGB (Red+Green+Blue) = 33+96+42=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #21602A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21602A is #DE9FD5. Grayscale: #474747. Windows color (decimal): -14589910 or 2777121. OLE color: 2777121.

HSL color Cylindrical-coordinate representation of color #21602A: hue angle of 128.57º 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 #21602A is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB339642-
CMYK0.6600.560.62
HSL128.57º48.84%25.29%-
HSV(B)128.57º65.62%37.65%-
XYZ5.238.863.62-
YUV71.01111.63100.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.30%
GREEN value IS 96 (37.89% from 255) = 56.14%
BLUE value IS 42 (16.80% from 255) = 24.56%
R=19.30%
G=56.14%
B=24.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3396420.6600.560.62128.5748.8425.29
Hex21602A420383E813119
Octal4114052102070762016131
Binary1000011100000101010100001001110001111101000000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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