Html Css Color HEX #21552A Parsley

📋 copy color: '#21552A'

red 33 ◦ green 85 ◦ blue 42

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

Shades of Parsley #21552A

Tints of Parsley #21552A

RGB

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

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

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

R = 20.63%
G = 53.13%
B = 26.25%

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

#21552A (or 0x21552A) is known color: Parsley. HEX triplet: 21, 55 and 2A. RGB value is (33,85,42). Sum of RGB (Red+Green+Blue) = 33+85+42=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #21552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21552A is #DEAAD5. Grayscale: #404040. Windows color (decimal): -14592726 or 2774305. OLE color: 2774305.

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

Color convert

RGB 33 85 42 -
CMYK 0.61 0 0.51 0.67
HSL 130.38º 0.44% 0.23% -
HSV(B) 130.38º 0.61% 0.33% -
XYZ 4.29 6.99 3.31 -
YUV 64.55 115.27 105.5 -
System Red Green Blue C M Y K H S L
Decimal 33 85 42 0.61 0 0.51 0.67 130.38 0.44 0.23
Hex 21 55 2A 3D 0 33 43 82 2C 17
Octal 41 125 52 75 0 63 103 202 54 27
Binary 100001 1010101 101010 111101 0 110011 1000011 10000010 101100 10111

Color Harmonies of #21552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21552A

Black with #21552A

Text Example


Text Example

White with #21552A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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