Html Css Color HEX #205D3D Green Pea

📋 copy color: '#205D3D'

red 32 ◦ green 93 ◦ blue 61

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

Shades of Green Pea #205D3D

Tints of Green Pea #205D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 32.8%

R = 17.2%
G = 50%
B = 32.8%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#205D3D (or 0x205D3D) is known color: Green Pea. HEX triplet: 20, 5D and 3D. RGB value is (32,93,61). Sum of RGB (Red+Green+Blue) = 32+93+61=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 93 (36.72% from 255 or 50% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 93 - color contains mainly: green. Hex color #205D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205D3D is #DFA2C2. Grayscale: #474747. Windows color (decimal): -14656195 or 4021536. OLE color: 4021536.

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

Color convert

RGB 32 93 61 -
CMYK 0.66 0 0.34 0.64
HSL 148.52º 0.49% 0.25% -
HSV(B) 148.52º 0.66% 0.36% -
XYZ 5.35 8.47 5.77 -
YUV 71.11 122.29 100.1 -
System Red Green Blue C M Y K H S L
Decimal 32 93 61 0.66 0 0.34 0.64 148.52 0.49 0.25
Hex 20 5D 3D 42 0 22 40 95 31 19
Octal 40 135 75 102 0 42 100 225 61 31
Binary 100000 1011101 111101 1000010 0 100010 1000000 10010101 110001 11001

Color Harmonies of #205D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205D3D

Black with #205D3D

Text Example


Text Example

White with #205D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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