#215A27

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

Shades of Parsley #215A27

Tints of Parsley #215A27

Color information

#215A27 (or 0x215A27) is unknown color: approx Parsley. HEX triplet: 21, 5A and 27. RGB value is (33,90,39). Sum of RGB (Red+Green+Blue) = 33+90+39=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 90 (35.55% from 255 or 55.56% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 90 - color contains mainly: green. Hex color #215A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215A27 is #DEA5D8. Grayscale: #434343. Windows color (decimal): -14591449 or 2578977. OLE color: 2578977.

HSL color Cylindrical-coordinate representation of color #215A27: hue angle of 126.32º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #215A27 is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB339039-
CMYK0.6300.570.65
HSL126.32º46.34%24.12%-
HSV(B)126.32º63.33%35.29%-
XYZ4.657.783.18-
YUV67.14112.12103.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.37%
GREEN value IS 90 (35.55% from 255) = 55.56%
BLUE value IS 39 (15.62% from 255) = 24.07%
R=20.37%
G=55.56%
B=24.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3390390.6300.570.65126.3246.3424.12
Hex215A273F039417e2e18
Octal4113247770711011765630
Binary100001101101010011111111101110011000001111111010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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