#21612B

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

Shades of Parsley #21612B

Tints of Parsley #21612B

Color information

#21612B (or 0x21612B) is unknown color: approx Parsley. HEX triplet: 21, 61 and 2B. RGB value is (33,97,43). Sum of RGB (Red+Green+Blue) = 33+97+43=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 97 (38.28% from 255 or 56.07% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 97 - color contains mainly: green. Hex color #21612B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21612B is #DE9ED4. Grayscale: #474747. Windows color (decimal): -14589653 or 2842913. OLE color: 2842913.

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

Color convert

RGB339743-
CMYK0.6600.560.62
HSL129.38º49.23%25.49%-
HSV(B)129.38º65.98%38.04%-
XYZ5.349.053.75-
YUV71.71111.8100.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.08%
GREEN value IS 97 (38.28% from 255) = 56.07%
BLUE value IS 43 (17.19% from 255) = 24.86%
R=19.08%
G=56.07%
B=24.86%

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
Decimal3397430.6600.560.62129.3849.2325.49
Hex21612B420383E813119
Octal4114153102070762016131
Binary1000011100001101011100001001110001111101000000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21612B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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