Shades of Green Pea #205A3D
Tints of Green Pea #205A3D
RGB
CMYK
RGB Variations
Color information
#205A3D (or 0x205A3D) is known color: Green Pea. HEX triplet: 20, 5A and 3D. RGB value is (32,90,61). Sum of RGB (Red+Green+Blue) = 32+90+61=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 90 (35.55% from 255 or 49.18% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 90 - color contains mainly: green. Hex color #205A3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205A3D is #DFA5C2. Grayscale: #454545. Windows color (decimal): -14656963 or 4020768. OLE color: 4020768.
HSL color Cylindrical-coordinate representation of color #205A3D: hue angle of 150º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #205A3D is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 90 | 61 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.65 |
| HSL | 150º | 0.48% | 0.24% | - |
| HSV(B) | 150º | 0.64% | 0.35% | - |
| XYZ | 5.09 | 7.96 | 5.68 | - |
| YUV | 69.35 | 123.28 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 61 | 0.64 | 0 | 0.32 | 0.65 | 150 | 0.48 | 0.24 |
| Hex | 20 | 5A | 3D | 40 | 0 | 20 | 41 | 96 | 30 | 18 |
| Octal | 40 | 132 | 75 | 100 | 0 | 40 | 101 | 226 | 60 | 30 |
| Binary | 100000 | 1011010 | 111101 | 1000000 | 0 | 100000 | 1000001 | 10010110 | 110000 | 11000 |
Color Harmonies of #205A3D
Complementary color
Monochromatic Colors of #205A3D
Black with #205A3D
Text Example
Text Example
White with #205A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205A3D; }
p { color: rgb(32,90,61); }
H1.HeaderClassName
{
color: #205A3D;
}
.AnyTagClassName
{
color: #205A3D;
}
</style>
background-color css
<style>
a { background-color: #205A3D; }
a { background-color: rgb(32,90,61); }
div.DivClassName
{
background-color: #205A3D;
}
.BgClassName
{
background-color: #205A3D;
}
</style>
border-color css
<style>
span { border-color: #205A3D; }
span { border-color: rgb(32,90,61); }
td.TdClassName
{
border-color: #205A3D;
}
.TagClassName
{
border-color: #205A3D;
}
</style>