Shades of Green #038005
Tints of Green #038005
RGB
CMYK
RGB Variations
Color information
#038005 (or 0x038005) is known color: Green. HEX triplet: 03, 80 and 05. RGB value is (3,128,5). Sum of RGB (Red+Green+Blue) = 3+128+5=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 128 (50.39% from 255 or 94.12% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 128 - color contains mainly: green. Hex color #038005 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038005 is #FC7FFA. Grayscale: #4C4C4C. Windows color (decimal): -16547835 or 360451. OLE color: 360451.
HSL color Cylindrical-coordinate representation of color #038005: hue angle of 120.96º 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 #038005 is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 3 | 128 | 5 | - |
| CMYK | 0.98 | 0 | 0.96 | 0.50 |
| HSL | 120.96º | 0.95% | 0.26% | - |
| HSV(B) | 120.96º | 0.98% | 0.5% | - |
| XYZ | 7.78 | 15.47 | 2.72 | - |
| YUV | 76.6 | 87.59 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 128 | 5 | 0.98 | 0 | 0.96 | 0.50 | 120.96 | 0.95 | 0.26 |
| Hex | 3 | 80 | 5 | 62 | 0 | 60 | 32 | 79 | 5F | 1A |
| Octal | 3 | 200 | 5 | 142 | 0 | 140 | 62 | 171 | 137 | 32 |
| Binary | 11 | 10000000 | 101 | 1100010 | 0 | 1100000 | 110010 | 1111001 | 1011111 | 11010 |
Color Harmonies of #038005
Complementary color
Monochromatic Colors of #038005
Black with #038005
Text Example
Text Example
White with #038005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038005; }
p { color: rgb(3,128,5); }
H1.HeaderClassName
{
color: #038005;
}
.AnyTagClassName
{
color: #038005;
}
</style>
background-color css
<style>
a { background-color: #038005; }
a { background-color: rgb(3,128,5); }
div.DivClassName
{
background-color: #038005;
}
.BgClassName
{
background-color: #038005;
}
</style>
border-color css
<style>
span { border-color: #038005; }
span { border-color: rgb(3,128,5); }
td.TdClassName
{
border-color: #038005;
}
.TagClassName
{
border-color: #038005;
}
</style>