Html Css Color HEX #215528 Parsley

📋 copy color: '#215528'

red 33 ◦ green 85 ◦ blue 40

#215528
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Parsley #215528

Tints of Parsley #215528

RGB

 RED value IS 33 (13.28% from 255) = 20.89%

 GREEN value IS 85 (33.59% from 255) = 53.8%

 BLUE value IS 40 (16.02% from 255) = 25.32%

R = 20.89%
G = 53.8%
B = 25.32%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#215528 (or 0x215528) is known color: Parsley. HEX triplet: 21, 55 and 28. RGB value is (33,85,40). Sum of RGB (Red+Green+Blue) = 33+85+40=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #215528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215528 is #DEAAD7. Grayscale: #404040. Windows color (decimal): -14592728 or 2643233. OLE color: 2643233.

HSL color Cylindrical-coordinate representation of color #215528: hue angle of 128.08º 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 #215528 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 85 40 -
CMYK 0.61 0 0.53 0.67
HSL 128.08º 0.44% 0.23% -
HSV(B) 128.08º 0.61% 0.33% -
XYZ 4.26 6.97 3.13 -
YUV 64.32 114.27 105.66 -
System Red Green Blue C M Y K H S L
Decimal 33 85 40 0.61 0 0.53 0.67 128.08 0.44 0.23
Hex 21 55 28 3D 0 35 43 80 2C 17
Octal 41 125 50 75 0 65 103 200 54 27
Binary 100001 1010101 101000 111101 0 110101 1000011 10000000 101100 10111

Color Harmonies of #215528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215528

Black with #215528

Text Example


Text Example

White with #215528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215528; }

 p { color: rgb(33,85,40); }

 H1.HeaderClassName
 {
   color: #215528;
 }
 .AnyTagClassName
 {
   color: #215528;
 }
</style>

background-color css

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

 a { background-color: rgb(33,85,40); }

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

border-color css

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

 span { border-color: rgb(33,85,40); }

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