Html Css Color HEX #215327 Parsley

📋 copy color: '#215327'

red 33 ◦ green 83 ◦ blue 39

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

Shades of Parsley #215327

Tints of Parsley #215327

RGB

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

 GREEN value IS 83 (32.81% from 255) = 53.55%

 BLUE value IS 39 (15.63% from 255) = 25.16%

R = 21.29%
G = 53.55%
B = 25.16%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#215327 (or 0x215327) is known color: Parsley. HEX triplet: 21, 53 and 27. RGB value is (33,83,39). Sum of RGB (Red+Green+Blue) = 33+83+39=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #215327 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215327 is #DEACD8. Grayscale: #3F3F3F. Windows color (decimal): -14593241 or 2577185. OLE color: 2577185.

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

Color convert

RGB 33 83 39 -
CMYK 0.60 0 0.53 0.67
HSL 127.2º 0.43% 0.23% -
HSV(B) 127.2º 0.6% 0.33% -
XYZ 4.09 6.66 2.99 -
YUV 63.03 114.44 106.58 -
System Red Green Blue C M Y K H S L
Decimal 33 83 39 0.60 0 0.53 0.67 127.2 0.43 0.23
Hex 21 53 27 3C 0 35 43 7F 2B 17
Octal 41 123 47 74 0 65 103 177 53 27
Binary 100001 1010011 100111 111100 0 110101 1000011 1111111 101011 10111

Color Harmonies of #215327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215327

Black with #215327

Text Example


Text Example

White with #215327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215327; }

 p { color: rgb(33,83,39); }

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

background-color css

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

 a { background-color: rgb(33,83,39); }

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

border-color css

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

 span { border-color: rgb(33,83,39); }

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