#215428

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

Shades of Parsley #215428

Tints of Parsley #215428

Color information

#215428 (or 0x215428) is unknown color: approx Parsley. HEX triplet: 21, 54 and 28. RGB value is (33,84,40). Sum of RGB (Red+Green+Blue) = 33+84+40=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #215428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215428 is #DEABD7. Grayscale: #3F3F3F. Windows color (decimal): -14592984 or 2642977. OLE color: 2642977.

HSL color Cylindrical-coordinate representation of color #215428: hue angle of 128.24º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #215428 is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB338440-
CMYK0.6100.520.67
HSL128.24º43.59%22.94%-
HSV(B)128.24º60.71%32.94%-
XYZ4.186.823.1-
YUV63.74114.6106.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.02%
GREEN value IS 84 (33.20% from 255) = 53.50%
BLUE value IS 40 (16.02% from 255) = 25.48%
R=21.02%
G=53.50%
B=25.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3384400.6100.520.67128.2443.5922.94
Hex2154283D03443802c17
Octal4112450750641032005427
Binary1000011010100101000111101011010010000111000000010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215428; }

 p { color: rgb(33,84,40); }

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

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

 a { background-color: rgb(33,84,40); }

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

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

 span { border-color: rgb(33,84,40); }

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