Html Css Color HEX #205A26 Parsley

📋 copy color: '#205A26'

red 32 ◦ green 90 ◦ blue 38

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

Shades of Parsley #205A26

Tints of Parsley #205A26

RGB

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

 GREEN value IS 90 (35.55% from 255) = 56.25%

 BLUE value IS 38 (15.23% from 255) = 23.75%

R = 20%
G = 56.25%
B = 23.75%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#205A26 (or 0x205A26) is known color: Parsley. HEX triplet: 20, 5A and 26. RGB value is (32,90,38). Sum of RGB (Red+Green+Blue) = 32+90+38=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 90 (35.55% from 255 or 56.25% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 90 - color contains mainly: green. Hex color #205A26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205A26 is #DFA5D9. Grayscale: #424242. Windows color (decimal): -14656986 or 2513440. OLE color: 2513440.

HSL color Cylindrical-coordinate representation of color #205A26: hue angle of 126.21º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #205A26 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 90 38 -
CMYK 0.64 0 0.58 0.65
HSL 126.21º 0.48% 0.24% -
HSV(B) 126.21º 0.64% 0.35% -
XYZ 4.6 7.76 3.09 -
YUV 66.73 111.78 103.23 -
System Red Green Blue C M Y K H S L
Decimal 32 90 38 0.64 0 0.58 0.65 126.21 0.48 0.24
Hex 20 5A 26 40 0 3A 41 7E 30 18
Octal 40 132 46 100 0 72 101 176 60 30
Binary 100000 1011010 100110 1000000 0 111010 1000001 1111110 110000 11000

Color Harmonies of #205A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205A26

Black with #205A26

Text Example


Text Example

White with #205A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,90,38); }

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

background-color css

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

 a { background-color: rgb(32,90,38); }

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

border-color css

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

 span { border-color: rgb(32,90,38); }

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