#215D27

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

Shades of Parsley #215D27

Tints of Parsley #215D27

Color information

#215D27 (or 0x215D27) is unknown color: approx Parsley. HEX triplet: 21, 5D and 27. RGB value is (33,93,39). Sum of RGB (Red+Green+Blue) = 33+93+39=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 93 (36.72% from 255 or 56.36% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 93 - color contains mainly: green. Hex color #215D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D27 is #DEA2D8. Grayscale: #454545. Windows color (decimal): -14590681 or 2579745. OLE color: 2579745.

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

Color convert

RGB339339-
CMYK0.6500.580.64
HSL126º47.62%24.71%-
HSV(B)126º64.52%36.47%-
XYZ4.918.33.26-
YUV68.9111.12102.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20%
GREEN value IS 93 (36.72% from 255) = 56.36%
BLUE value IS 39 (15.62% from 255) = 23.64%
R=20%
G=56.36%
B=23.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3393390.6500.580.6412647.6224.71
Hex215D274103A407e3019
Octal41135471010721001766031
Binary1000011011101100111100000101110101000000111111011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,93,39); }

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

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

 a { background-color: rgb(33,93,39); }

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

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

 span { border-color: rgb(33,93,39); }

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