Html Css Color HEX #215229 Parsley

📋 copy color: '#215229'

red 33 ◦ green 82 ◦ blue 41

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

Shades of Parsley #215229

Tints of Parsley #215229

RGB

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

 GREEN value IS 82 (32.42% from 255) = 52.56%

 BLUE value IS 41 (16.41% from 255) = 26.28%

R = 21.15%
G = 52.56%
B = 26.28%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.50

 K value IS 0.68

RGB Variations

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

Color information

#215229 (or 0x215229) is known color: Parsley. HEX triplet: 21, 52 and 29. RGB value is (33,82,41). Sum of RGB (Red+Green+Blue) = 33+82+41=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 82 (32.42% from 255 or 52.56% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 82 - color contains mainly: green. Hex color #215229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215229 is #DEADD6. Grayscale: #3E3E3E. Windows color (decimal): -14593495 or 2708001. OLE color: 2708001.

HSL color Cylindrical-coordinate representation of color #215229: hue angle of 129.8º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #215229 is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 82 41 -
CMYK 0.60 0 0.50 0.68
HSL 129.8º 0.43% 0.23% -
HSV(B) 129.8º 0.6% 0.32% -
XYZ 4.04 6.52 3.14 -
YUV 62.68 115.77 106.83 -
System Red Green Blue C M Y K H S L
Decimal 33 82 41 0.60 0 0.50 0.68 129.8 0.43 0.23
Hex 21 52 29 3C 0 32 44 82 2B 17
Octal 41 122 51 74 0 62 104 202 53 27
Binary 100001 1010010 101001 111100 0 110010 1000100 10000010 101011 10111

Color Harmonies of #215229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215229

Black with #215229

Text Example


Text Example

White with #215229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215229; }

 p { color: rgb(33,82,41); }

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

background-color css

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

 a { background-color: rgb(33,82,41); }

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

border-color css

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

 span { border-color: rgb(33,82,41); }

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