Html Css Color HEX #205D3E Green Pea

📋 copy color: '#205D3E'

red 32 ◦ green 93 ◦ blue 62

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

Shades of Green Pea #205D3E

Tints of Green Pea #205D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 33.16%

R = 17.11%
G = 49.73%
B = 33.16%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.33

 K value IS 0.64

RGB Variations

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

Color information

#205D3E (or 0x205D3E) is known color: Green Pea. HEX triplet: 20, 5D and 3E. RGB value is (32,93,62). Sum of RGB (Red+Green+Blue) = 32+93+62=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 93 (36.72% from 255 or 49.73% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 93 - color contains mainly: green. Hex color #205D3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205D3E is #DFA2C1. Grayscale: #474747. Windows color (decimal): -14656194 or 4087072. OLE color: 4087072.

HSL color Cylindrical-coordinate representation of color #205D3E: hue angle of 149.51º 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 #205D3E is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 93 62 -
CMYK 0.66 0 0.33 0.64
HSL 149.51º 0.49% 0.25% -
HSV(B) 149.51º 0.66% 0.36% -
XYZ 5.38 8.48 5.91 -
YUV 71.23 122.79 100.02 -
System Red Green Blue C M Y K H S L
Decimal 32 93 62 0.66 0 0.33 0.64 149.51 0.49 0.25
Hex 20 5D 3E 42 0 21 40 96 31 19
Octal 40 135 76 102 0 41 100 226 61 31
Binary 100000 1011101 111110 1000010 0 100001 1000000 10010110 110001 11001

Color Harmonies of #205D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205D3E

Black with #205D3E

Text Example


Text Example

White with #205D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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