Shades of Green #038020
Tints of Green #038020
RGB
CMYK
RGB Variations
Color information
#038020 (or 0x038020) is known color: Green. HEX triplet: 03, 80 and 20. RGB value is (3,128,32). Sum of RGB (Red+Green+Blue) = 3+128+32=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 128 (50.39% from 255 or 78.53% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 128 - color contains mainly: green. Hex color #038020 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038020 is #FC7FDF. Grayscale: #4F4F4F. Windows color (decimal): -16547808 or 2129923. OLE color: 2129923.
HSL color Cylindrical-coordinate representation of color #038020: hue angle of 133.92º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038020 is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 3 | 128 | 32 | - |
| CMYK | 0.98 | 0 | 0.75 | 0.50 |
| HSL | 133.92º | 0.95% | 0.26% | - |
| HSV(B) | 133.92º | 0.98% | 0.5% | - |
| XYZ | 8.02 | 15.56 | 3.95 | - |
| YUV | 79.68 | 101.09 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 128 | 32 | 0.98 | 0 | 0.75 | 0.50 | 133.92 | 0.95 | 0.26 |
| Hex | 3 | 80 | 20 | 62 | 0 | 4B | 32 | 86 | 5F | 1A |
| Octal | 3 | 200 | 40 | 142 | 0 | 113 | 62 | 206 | 137 | 32 |
| Binary | 11 | 10000000 | 100000 | 1100010 | 0 | 1001011 | 110010 | 10000110 | 1011111 | 11010 |
Color Harmonies of #038020
Complementary color
Monochromatic Colors of #038020
Black with #038020
Text Example
Text Example
White with #038020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038020; }
p { color: rgb(3,128,32); }
H1.HeaderClassName
{
color: #038020;
}
.AnyTagClassName
{
color: #038020;
}
</style>
background-color css
<style>
a { background-color: #038020; }
a { background-color: rgb(3,128,32); }
div.DivClassName
{
background-color: #038020;
}
.BgClassName
{
background-color: #038020;
}
</style>
border-color css
<style>
span { border-color: #038020; }
span { border-color: rgb(3,128,32); }
td.TdClassName
{
border-color: #038020;
}
.TagClassName
{
border-color: #038020;
}
</style>