#215C2C

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

Shades of Parsley #215C2C

Tints of Parsley #215C2C

Color information

#215C2C (or 0x215C2C) is unknown color: approx Parsley. HEX triplet: 21, 5C and 2C. RGB value is (33,92,44). Sum of RGB (Red+Green+Blue) = 33+92+44=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 92 (36.33% from 255 or 54.44% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 92 - color contains mainly: green. Hex color #215C2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215C2C is #DEA3D3. Grayscale: #454545. Windows color (decimal): -14590932 or 2907169. OLE color: 2907169.

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

Color convert

RGB339244-
CMYK0.6400.520.64
HSL131.19º47.2%24.51%-
HSV(B)131.19º64.13%36.08%-
XYZ4.918.163.7-
YUV68.89113.95102.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.53%
GREEN value IS 92 (36.33% from 255) = 54.44%
BLUE value IS 44 (17.58% from 255) = 26.04%
R=19.53%
G=54.44%
B=26.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3392440.6400.520.64131.1947.224.51
Hex215C2C4003440832f19
Octal41134541000641002035731
Binary10000110111001011001000000011010010000001000001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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