#205B3B

Color #205B3B Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #205B3B

Tints of Green Pea #205B3B

Color information

#205B3B (or 0x205B3B) is unknown color: approx Green Pea. HEX triplet: 20, 5B and 3B. RGB value is (32,91,59). Sum of RGB (Red+Green+Blue) = 32+91+59=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 91 (35.94% from 255 or 50% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 91 - color contains mainly: green. Hex color #205B3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205B3B is #DFA4C4. Grayscale: #454545. Windows color (decimal): -14656709 or 3889952. OLE color: 3889952.

HSL color Cylindrical-coordinate representation of color #205B3B: hue angle of 147.46º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #205B3B is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB329159-
CMYK0.6500.350.64
HSL147.46º47.97%24.12%-
HSV(B)147.46º64.84%35.69%-
XYZ5.138.115.43-
YUV69.71121.95101.1-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.58%
GREEN value IS 91 (35.94% from 255) = 50%
BLUE value IS 59 (23.44% from 255) = 32.42%
R=17.58%
G=50%
B=32.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3291590.6500.350.64147.4647.9724.12
Hex205B3B4102340933018
Octal40133731010431002236030
Binary10000010110111110111000001010001110000001001001111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #205B3B;
 }
 .AnyTagClassName
 {
   color: #205B3B;
 }
</style>
background-color css

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

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

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

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

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

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