Html Css Color HEX #205D3F Green Pea

📋 copy color: '#205D3F'

red 32 ◦ green 93 ◦ blue 63

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

Shades of Green Pea #205D3F

Tints of Green Pea #205D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 33.51%

R = 17.02%
G = 49.47%
B = 33.51%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#205D3F (or 0x205D3F) is known color: Green Pea. HEX triplet: 20, 5D and 3F. RGB value is (32,93,63). Sum of RGB (Red+Green+Blue) = 32+93+63=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 93 (36.72% from 255 or 49.47% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 93 - color contains mainly: green. Hex color #205D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205D3F is #DFA2C0. Grayscale: #474747. Windows color (decimal): -14656193 or 4152608. OLE color: 4152608.

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

Color convert

RGB 32 93 63 -
CMYK 0.66 0 0.32 0.64
HSL 150.49º 0.49% 0.25% -
HSV(B) 150.49º 0.66% 0.36% -
XYZ 5.41 8.49 6.06 -
YUV 71.34 123.29 99.94 -
System Red Green Blue C M Y K H S L
Decimal 32 93 63 0.66 0 0.32 0.64 150.49 0.49 0.25
Hex 20 5D 3F 42 0 20 40 96 31 19
Octal 40 135 77 102 0 40 100 226 61 31
Binary 100000 1011101 111111 1000010 0 100000 1000000 10010110 110001 11001

Color Harmonies of #205D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205D3F

Black with #205D3F

Text Example


Text Example

White with #205D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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