#216028

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

Shades of Parsley #216028

Tints of Parsley #216028

Color information

#216028 (or 0x216028) is unknown color: approx Parsley. HEX triplet: 21, 60 and 28. RGB value is (33,96,40). Sum of RGB (Red+Green+Blue) = 33+96+40=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #216028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216028 is #DE9FD7. Grayscale: #464646. Windows color (decimal): -14589912 or 2646049. OLE color: 2646049.

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

Color convert

RGB339640-
CMYK0.6600.580.62
HSL126.67º48.84%25.29%-
HSV(B)126.67º65.62%37.65%-
XYZ5.198.843.44-
YUV70.78110.63101.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.53%
GREEN value IS 96 (37.89% from 255) = 56.80%
BLUE value IS 40 (16.02% from 255) = 23.67%
R=19.53%
G=56.80%
B=23.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3396400.6600.580.62126.6748.8425.29
Hex2160284203A3E7f3119
Octal4114050102072761776131
Binary100001110000010100010000100111010111110111111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216028; }

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

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

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

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

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

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

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

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