#215D2A

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

Shades of Parsley #215D2A

Tints of Parsley #215D2A

Color information

#215D2A (or 0x215D2A) is unknown color: approx Parsley. HEX triplet: 21, 5D and 2A. RGB value is (33,93,42). Sum of RGB (Red+Green+Blue) = 33+93+42=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 93 (36.72% from 255 or 55.36% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 93 - color contains mainly: green. Hex color #215D2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D2A is #DEA2D5. Grayscale: #454545. Windows color (decimal): -14590678 or 2776353. OLE color: 2776353.

HSL color Cylindrical-coordinate representation of color #215D2A: hue angle of 129º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215D2A is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.

Color convert

RGB339342-
CMYK0.6500.550.64
HSL129º47.62%24.71%-
HSV(B)129º64.52%36.47%-
XYZ4.968.323.53-
YUV69.25112.62102.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.64%
GREEN value IS 93 (36.72% from 255) = 55.36%
BLUE value IS 42 (16.80% from 255) = 25%
R=19.64%
G=55.36%
B=25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3393420.6500.550.6412947.6224.71
Hex215D2A4103740813019
Octal41135521010671002016031
Binary10000110111011010101000001011011110000001000000111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,93,42); }

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

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

 a { background-color: rgb(33,93,42); }

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

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

 span { border-color: rgb(33,93,42); }

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