#215D26

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

Shades of Parsley #215D26

Tints of Parsley #215D26

Color information

#215D26 (or 0x215D26) is unknown color: approx Parsley. HEX triplet: 21, 5D and 26. RGB value is (33,93,38). Sum of RGB (Red+Green+Blue) = 33+93+38=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 93 (36.72% from 255 or 56.71% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 93 - color contains mainly: green. Hex color #215D26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D26 is #DEA2D9. Grayscale: #444444. Windows color (decimal): -14590682 or 2514209. OLE color: 2514209.

HSL color Cylindrical-coordinate representation of color #215D26: hue angle of 125º 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 #215D26 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.64.

Color convert

RGB339338-
CMYK0.6500.590.64
HSL125º47.62%24.71%-
HSV(B)125º64.52%36.47%-
XYZ4.898.293.18-
YUV68.79110.62102.47-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.12%
GREEN value IS 93 (36.72% from 255) = 56.71%
BLUE value IS 38 (15.23% from 255) = 23.17%
R=20.12%
G=56.71%
B=23.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3393380.6500.590.6412547.6224.71
Hex215D264103B407d3019
Octal41135461010731001756031
Binary1000011011101100110100000101110111000000111110111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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