Html Css Color HEX #205D27 Parsley

📋 copy color: '#205D27'

red 32 ◦ green 93 ◦ blue 39

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

Shades of Parsley #205D27

Tints of Parsley #205D27

RGB

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

 GREEN value IS 93 (36.72% from 255) = 56.71%

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

R = 19.51%
G = 56.71%
B = 23.78%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.64

RGB Variations

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

Color information

#205D27 (or 0x205D27) is known color: Parsley. HEX triplet: 20, 5D and 27. RGB value is (32,93,39). Sum of RGB (Red+Green+Blue) = 32+93+39=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 93 (36.72% from 255 or 56.71% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 93 - color contains mainly: green. Hex color #205D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205D27 is #DFA2D8. Grayscale: #444444. Windows color (decimal): -14656217 or 2579744. OLE color: 2579744.

HSL color Cylindrical-coordinate representation of color #205D27: hue angle of 126.89º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205D27 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 93 39 -
CMYK 0.66 0 0.58 0.64
HSL 126.89º 0.49% 0.25% -
HSV(B) 126.89º 0.66% 0.36% -
XYZ 4.88 8.28 3.26 -
YUV 68.61 111.29 101.89 -
System Red Green Blue C M Y K H S L
Decimal 32 93 39 0.66 0 0.58 0.64 126.89 0.49 0.25
Hex 20 5D 27 42 0 3A 40 7F 31 19
Octal 40 135 47 102 0 72 100 177 61 31
Binary 100000 1011101 100111 1000010 0 111010 1000000 1111111 110001 11001

Color Harmonies of #205D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205D27

Black with #205D27

Text Example


Text Example

White with #205D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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