Html Css Color HEX #215429 Parsley

📋 copy color: '#215429'

red 33 ◦ green 84 ◦ blue 41

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

Shades of Parsley #215429

Tints of Parsley #215429

RGB

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

 GREEN value IS 84 (33.2% from 255) = 53.16%

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

R = 20.89%
G = 53.16%
B = 25.95%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#215429 (or 0x215429) is known color: Parsley. HEX triplet: 21, 54 and 29. RGB value is (33,84,41). Sum of RGB (Red+Green+Blue) = 33+84+41=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 84 (33.20% from 255 or 53.16% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 84 - color contains mainly: green. Hex color #215429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215429 is #DEABD6. Grayscale: #3F3F3F. Windows color (decimal): -14592983 or 2708513. OLE color: 2708513.

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

Color convert

RGB 33 84 41 -
CMYK 0.61 0 0.51 0.67
HSL 129.41º 0.44% 0.23% -
HSV(B) 129.41º 0.61% 0.33% -
XYZ 4.2 6.82 3.19 -
YUV 63.85 115.1 106 -
System Red Green Blue C M Y K H S L
Decimal 33 84 41 0.61 0 0.51 0.67 129.41 0.44 0.23
Hex 21 54 29 3D 0 33 43 81 2C 17
Octal 41 124 51 75 0 63 103 201 54 27
Binary 100001 1010100 101001 111101 0 110011 1000011 10000001 101100 10111

Color Harmonies of #215429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215429

Black with #215429

Text Example


Text Example

White with #215429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215429; }

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

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

background-color css

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

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

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

border-color css

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

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

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