Html Css Color HEX #205D3B Green Pea

📋 copy color: '#205D3B'

red 32 ◦ green 93 ◦ blue 59

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

Shades of Green Pea #205D3B

Tints of Green Pea #205D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 32.07%

R = 17.39%
G = 50.54%
B = 32.07%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.37

 K value IS 0.64

RGB Variations

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

Color information

#205D3B (or 0x205D3B) is known color: Green Pea. HEX triplet: 20, 5D and 3B. RGB value is (32,93,59). Sum of RGB (Red+Green+Blue) = 32+93+59=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 93 (36.72% from 255 or 50.54% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 93 - color contains mainly: green. Hex color #205D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205D3B is #DFA2C4. Grayscale: #464646. Windows color (decimal): -14656197 or 3890464. OLE color: 3890464.

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

Color convert

RGB 32 93 59 -
CMYK 0.66 0 0.37 0.64
HSL 146.56º 0.49% 0.25% -
HSV(B) 146.56º 0.66% 0.36% -
XYZ 5.3 8.45 5.49 -
YUV 70.89 121.29 100.26 -
System Red Green Blue C M Y K H S L
Decimal 32 93 59 0.66 0 0.37 0.64 146.56 0.49 0.25
Hex 20 5D 3B 42 0 25 40 93 31 19
Octal 40 135 73 102 0 45 100 223 61 31
Binary 100000 1011101 111011 1000010 0 100101 1000000 10010011 110001 11001

Color Harmonies of #205D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205D3B

Black with #205D3B

Text Example


Text Example

White with #205D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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