#215C2D

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

Shades of Parsley #215C2D

Tints of Parsley #215C2D

Color information

#215C2D (or 0x215C2D) is unknown color: approx Parsley. HEX triplet: 21, 5C and 2D. RGB value is (33,92,45). Sum of RGB (Red+Green+Blue) = 33+92+45=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 92 (36.33% from 255 or 54.12% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 92 - color contains mainly: green. Hex color #215C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215C2D is #DEA3D2. Grayscale: #454545. Windows color (decimal): -14590931 or 2972705. OLE color: 2972705.

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

Color convert

RGB339245-
CMYK0.6400.510.64
HSL132.2º47.2%24.51%-
HSV(B)132.2º64.13%36.08%-
XYZ4.938.173.8-
YUV69114.45102.32-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.41%
GREEN value IS 92 (36.33% from 255) = 54.12%
BLUE value IS 45 (17.97% from 255) = 26.47%
R=19.41%
G=54.12%
B=26.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3392450.6400.510.64132.247.224.51
Hex215C2D4003340842f19
Octal41134551000631002045731
Binary10000110111001011011000000011001110000001000010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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