#215C27

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

Shades of Parsley #215C27

Tints of Parsley #215C27

Color information

#215C27 (or 0x215C27) is unknown color: approx Parsley. HEX triplet: 21, 5C and 27. RGB value is (33,92,39). Sum of RGB (Red+Green+Blue) = 33+92+39=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 92 (36.33% from 255 or 56.10% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 92 - color contains mainly: green. Hex color #215C27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215C27 is #DEA3D8. Grayscale: #444444. Windows color (decimal): -14590937 or 2579489. OLE color: 2579489.

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

Color convert

RGB339239-
CMYK0.6400.580.64
HSL126.1º47.2%24.51%-
HSV(B)126.1º64.13%36.08%-
XYZ4.828.123.23-
YUV68.32111.45102.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.12%
GREEN value IS 92 (36.33% from 255) = 56.10%
BLUE value IS 39 (15.62% from 255) = 23.78%
R=20.12%
G=56.10%
B=23.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3392390.6400.580.64126.147.224.51
Hex215C274003A407e2f19
Octal41134471000721001765731
Binary1000011011100100111100000001110101000000111111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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