#215427

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

Shades of Parsley #215427

Tints of Parsley #215427

Color information

#215427 (or 0x215427) is unknown color: approx Parsley. HEX triplet: 21, 54 and 27. RGB value is (33,84,39). Sum of RGB (Red+Green+Blue) = 33+84+39=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 84 (33.20% from 255 or 53.85% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 84 - color contains mainly: green. Hex color #215427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215427 is #DEABD8. Grayscale: #3F3F3F. Windows color (decimal): -14592985 or 2577441. OLE color: 2577441.

HSL color Cylindrical-coordinate representation of color #215427: hue angle of 127.06º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #215427 is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB338439-
CMYK0.6100.540.67
HSL127.06º43.59%22.94%-
HSV(B)127.06º60.71%32.94%-
XYZ4.166.813.01-
YUV63.62114.1106.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.15%
GREEN value IS 84 (33.20% from 255) = 53.85%
BLUE value IS 39 (15.62% from 255) = 25%
R=21.15%
G=53.85%
B=25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3384390.6100.540.67127.0643.5922.94
Hex2154273D036437f2c17
Octal4112447750661031775427
Binary100001101010010011111110101101101000011111111110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215427; }

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

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

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

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

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

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

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

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