Html Css Color HEX #205127 Parsley

📋 copy color: '#205127'

red 32 ◦ green 81 ◦ blue 39

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

Shades of Parsley #205127

Tints of Parsley #205127

RGB

 RED value IS 32 (12.89% from 255) = 21.05%

 GREEN value IS 81 (32.03% from 255) = 53.29%

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

R = 21.05%
G = 53.29%
B = 25.66%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#205127 (or 0x205127) is known color: Parsley. HEX triplet: 20, 51 and 27. RGB value is (32,81,39). Sum of RGB (Red+Green+Blue) = 32+81+39=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 81 (32.03% from 255 or 53.29% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 81 - color contains mainly: green. Hex color #205127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205127 is #DFAED8. Grayscale: #3D3D3D. Windows color (decimal): -14659289 or 2576672. OLE color: 2576672.

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

Color convert

RGB 32 81 39 -
CMYK 0.60 0 0.52 0.68
HSL 128.57º 0.43% 0.22% -
HSV(B) 128.57º 0.6% 0.32% -
XYZ 3.9 6.34 2.94 -
YUV 61.56 115.27 106.92 -
System Red Green Blue C M Y K H S L
Decimal 32 81 39 0.60 0 0.52 0.68 128.57 0.43 0.22
Hex 20 51 27 3C 0 34 44 81 2B 16
Octal 40 121 47 74 0 64 104 201 53 26
Binary 100000 1010001 100111 111100 0 110100 1000100 10000001 101011 10110

Color Harmonies of #205127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205127

Black with #205127

Text Example


Text Example

White with #205127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205127; }

 p { color: rgb(32,81,39); }

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

background-color css

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

 a { background-color: rgb(32,81,39); }

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

border-color css

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

 span { border-color: rgb(32,81,39); }

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