Html Css Color HEX #21562A Parsley

📋 copy color: '#21562A'

red 33 ◦ green 86 ◦ blue 42

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

Shades of Parsley #21562A

Tints of Parsley #21562A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 53.42%

 BLUE value IS 42 (16.8% from 255) = 26.09%

R = 20.5%
G = 53.42%
B = 26.09%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#21562A (or 0x21562A) is known color: Parsley. HEX triplet: 21, 56 and 2A. RGB value is (33,86,42). Sum of RGB (Red+Green+Blue) = 33+86+42=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 86 (33.98% from 255 or 53.42% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 86 - color contains mainly: green. Hex color #21562A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21562A is #DEA9D5. Grayscale: #414141. Windows color (decimal): -14592470 or 2774561. OLE color: 2774561.

HSL color Cylindrical-coordinate representation of color #21562A: hue angle of 130.19º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #21562A is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB 33 86 42 -
CMYK 0.62 0 0.51 0.66
HSL 130.19º 0.45% 0.23% -
HSV(B) 130.19º 0.62% 0.34% -
XYZ 4.37 7.15 3.34 -
YUV 65.14 114.94 105.08 -
System Red Green Blue C M Y K H S L
Decimal 33 86 42 0.62 0 0.51 0.66 130.19 0.45 0.23
Hex 21 56 2A 3E 0 33 42 82 2D 17
Octal 41 126 52 76 0 63 102 202 55 27
Binary 100001 1010110 101010 111110 0 110011 1000010 10000010 101101 10111

Color Harmonies of #21562A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21562A

Black with #21562A

Text Example


Text Example

White with #21562A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21562A; }

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

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

background-color css

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

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

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

border-color css

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

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

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