#21612A

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

Shades of Parsley #21612A

Tints of Parsley #21612A

Color information

#21612A (or 0x21612A) is unknown color: approx Parsley. HEX triplet: 21, 61 and 2A. RGB value is (33,97,42). Sum of RGB (Red+Green+Blue) = 33+97+42=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 97 (38.28% from 255 or 56.40% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 97 - color contains mainly: green. Hex color #21612A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21612A is #DE9ED5. Grayscale: #474747. Windows color (decimal): -14589654 or 2777377. OLE color: 2777377.

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

Color convert

RGB339742-
CMYK0.6600.570.62
HSL128.44º49.23%25.49%-
HSV(B)128.44º65.98%38.04%-
XYZ5.329.043.65-
YUV71.59111.3100.47-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.19%
GREEN value IS 97 (38.28% from 255) = 56.40%
BLUE value IS 42 (16.80% from 255) = 24.42%
R=19.19%
G=56.40%
B=24.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3397420.6600.570.62128.4449.2325.49
Hex21612A420393E803119
Octal4114152102071762006131
Binary1000011100001101010100001001110011111101000000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21612A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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