#215F27

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

Shades of Parsley #215F27

Tints of Parsley #215F27

Color information

#215F27 (or 0x215F27) is unknown color: approx Parsley. HEX triplet: 21, 5F and 27. RGB value is (33,95,39). Sum of RGB (Red+Green+Blue) = 33+95+39=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 95 (37.5% from 255 or 56.89% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 95 - color contains mainly: green. Hex color #215F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215F27 is #DEA0D8. Grayscale: #464646. Windows color (decimal): -14590169 or 2580257. OLE color: 2580257.

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

Color convert

RGB339539-
CMYK0.6500.590.63
HSL125.81º48.44%25.1%-
HSV(B)125.81º65.26%37.25%-
XYZ5.098.653.32-
YUV70.08110.46101.55-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.76%
GREEN value IS 95 (37.5% from 255) = 56.89%
BLUE value IS 39 (15.62% from 255) = 23.35%
R=19.76%
G=56.89%
B=23.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3395390.6500.590.63125.8148.4425.1
Hex215F274103B3F7e3019
Octal4113747101073771766031
Binary100001101111110011110000010111011111111111111011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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