Html Css Color HEX #205941 Green Pea

📋 copy color: '#205941'

red 32 ◦ green 89 ◦ blue 65

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

Shades of Green Pea #205941

Tints of Green Pea #205941

RGB

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

 GREEN value IS 89 (35.16% from 255) = 47.85%

 BLUE value IS 65 (25.78% from 255) = 34.95%

R = 17.2%
G = 47.85%
B = 34.95%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#205941 (or 0x205941) is known color: Green Pea. HEX triplet: 20, 59 and 41. RGB value is (32,89,65). Sum of RGB (Red+Green+Blue) = 32+89+65=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 89 (35.16% from 255 or 47.85% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 89 - color contains mainly: green. Hex color #205941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205941 is #DFA6BE. Grayscale: #454545. Windows color (decimal): -14657215 or 4282656. OLE color: 4282656.

HSL color Cylindrical-coordinate representation of color #205941: hue angle of 154.74º degrees, saturation: 0.47, 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 #205941 is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 89 65 -
CMYK 0.64 0 0.27 0.65
HSL 154.74º 0.47% 0.24% -
HSV(B) 154.74º 0.64% 0.35% -
XYZ 5.12 7.83 6.24 -
YUV 69.22 125.62 101.45 -
System Red Green Blue C M Y K H S L
Decimal 32 89 65 0.64 0 0.27 0.65 154.74 0.47 0.24
Hex 20 59 41 40 0 1B 41 9B 2F 18
Octal 40 131 101 100 0 33 101 233 57 30
Binary 100000 1011001 1000001 1000000 0 11011 1000001 10011011 101111 11000

Color Harmonies of #205941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205941

Black with #205941

Text Example


Text Example

White with #205941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205941; }

 p { color: rgb(32,89,65); }

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

background-color css

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

 a { background-color: rgb(32,89,65); }

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

border-color css

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

 span { border-color: rgb(32,89,65); }

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