#215E2A

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

Shades of Parsley #215E2A

Tints of Parsley #215E2A

Color information

#215E2A (or 0x215E2A) is unknown color: approx Parsley. HEX triplet: 21, 5E and 2A. RGB value is (33,94,42). Sum of RGB (Red+Green+Blue) = 33+94+42=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 94 (37.11% from 255 or 55.62% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 94 - color contains mainly: green. Hex color #215E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215E2A is #DEA1D5. Grayscale: #454545. Windows color (decimal): -14590422 or 2776609. OLE color: 2776609.

HSL color Cylindrical-coordinate representation of color #215E2A: hue angle of 128.85º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215E2A is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.

Color convert

RGB339442-
CMYK0.6500.550.63
HSL128.85º48.03%24.9%-
HSV(B)128.85º64.89%36.86%-
XYZ5.058.53.56-
YUV69.83112.29101.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.53%
GREEN value IS 94 (37.11% from 255) = 55.62%
BLUE value IS 42 (16.80% from 255) = 24.85%
R=19.53%
G=55.62%
B=24.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3394420.6500.550.63128.8548.0324.9
Hex215E2A410373F813019
Octal4113652101067772016031
Binary1000011011110101010100000101101111111111000000111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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