#215F29

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

Shades of Parsley #215F29

Tints of Parsley #215F29

Color information

#215F29 (or 0x215F29) is unknown color: approx Parsley. HEX triplet: 21, 5F and 29. RGB value is (33,95,41). Sum of RGB (Red+Green+Blue) = 33+95+41=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 95 (37.5% from 255 or 56.21% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 95 - color contains mainly: green. Hex color #215F29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215F29 is #DEA0D6. Grayscale: #464646. Windows color (decimal): -14590167 or 2711329. OLE color: 2711329.

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

Color convert

RGB339541-
CMYK0.6500.570.63
HSL127.74º48.44%25.1%-
HSV(B)127.74º65.26%37.25%-
XYZ5.128.673.5-
YUV70.31111.46101.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.53%
GREEN value IS 95 (37.5% from 255) = 56.21%
BLUE value IS 41 (16.41% from 255) = 24.26%
R=19.53%
G=56.21%
B=24.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3395410.6500.570.63127.7448.4425.1
Hex215F29410393F803019
Octal4113751101071772006031
Binary1000011011111101001100000101110011111111000000011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,95,41); }

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

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

 a { background-color: rgb(33,95,41); }

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

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

 span { border-color: rgb(33,95,41); }

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