#215A26

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

Shades of Parsley #215A26

Tints of Parsley #215A26

Color information

#215A26 (or 0x215A26) is unknown color: approx Parsley. HEX triplet: 21, 5A and 26. RGB value is (33,90,38). Sum of RGB (Red+Green+Blue) = 33+90+38=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 90 (35.55% from 255 or 55.90% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 90 - color contains mainly: green. Hex color #215A26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215A26 is #DEA5D9. Grayscale: #434343. Windows color (decimal): -14591450 or 2513441. OLE color: 2513441.

HSL color Cylindrical-coordinate representation of color #215A26: hue angle of 125.26º 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 #215A26 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB339038-
CMYK0.6300.580.65
HSL125.26º46.34%24.12%-
HSV(B)125.26º63.33%35.29%-
XYZ4.637.783.09-
YUV67.03111.62103.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.50%
GREEN value IS 90 (35.55% from 255) = 55.90%
BLUE value IS 38 (15.23% from 255) = 23.60%
R=20.50%
G=55.90%
B=23.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3390380.6300.580.65125.2646.3424.12
Hex215A263F03A417d2e18
Octal4113246770721011755630
Binary100001101101010011011111101110101000001111110110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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