#215A24

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

Shades of Parsley #215A24

Tints of Parsley #215A24

Color information

#215A24 (or 0x215A24) is unknown color: approx Parsley. HEX triplet: 21, 5A and 24. RGB value is (33,90,36). Sum of RGB (Red+Green+Blue) = 33+90+36=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 90 (35.55% from 255 or 56.60% from 159); Blue value is 36 (14.45% from 255 or 22.64% from 159); Max value from RGB is 90 - color contains mainly: green. Hex color #215A24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215A24 is #DEA5DB. Grayscale: #424242. Windows color (decimal): -14591452 or 2382369. OLE color: 2382369.

HSL color Cylindrical-coordinate representation of color #215A24: hue angle of 123.16º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #215A24 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB339036-
CMYK0.6300.600.65
HSL123.16º46.34%24.12%-
HSV(B)123.16º63.33%35.29%-
XYZ4.67.762.92-
YUV66.8110.62103.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.75%
GREEN value IS 90 (35.55% from 255) = 56.60%
BLUE value IS 36 (14.45% from 255) = 22.64%
R=20.75%
G=56.60%
B=22.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3390360.6300.600.65123.1646.3424.12
Hex215A243F03C417b2e18
Octal4113244770741011735630
Binary100001101101010010011111101111001000001111101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215A24; }

 p { color: rgb(33,90,36); }

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

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

 a { background-color: rgb(33,90,36); }

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

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

 span { border-color: rgb(33,90,36); }

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