Shades of Green #038503
Tints of Green #038503
RGB
CMYK
RGB Variations
Color information
#038503 (or 0x038503) is known color: Green. HEX triplet: 03, 85 and 03. RGB value is (3,133,3). Sum of RGB (Red+Green+Blue) = 3+133+3=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 133 (52.34% from 255 or 95.68% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 133 - color contains mainly: green. Hex color #038503 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038503 is #FC7AFC. Grayscale: #4F4F4F. Windows color (decimal): -16546557 or 230659. OLE color: 230659.
HSL color Cylindrical-coordinate representation of color #038503: hue angle of 120º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038503 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 133 | 3 | - |
| CMYK | 0.98 | 0 | 0.98 | 0.48 |
| HSL | 120º | 0.96% | 0.27% | - |
| HSV(B) | 120º | 0.98% | 0.52% | - |
| XYZ | 8.44 | 16.8 | 2.88 | - |
| YUV | 79.31 | 84.93 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 133 | 3 | 0.98 | 0 | 0.98 | 0.48 | 120 | 0.96 | 0.27 |
| Hex | 3 | 85 | 3 | 62 | 0 | 62 | 30 | 78 | 60 | 1B |
| Octal | 3 | 205 | 3 | 142 | 0 | 142 | 60 | 170 | 140 | 33 |
| Binary | 11 | 10000101 | 11 | 1100010 | 0 | 1100010 | 110000 | 1111000 | 1100000 | 11011 |
Color Harmonies of #038503
Complementary color
Monochromatic Colors of #038503
Black with #038503
Text Example
Text Example
White with #038503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038503; }
p { color: rgb(3,133,3); }
H1.HeaderClassName
{
color: #038503;
}
.AnyTagClassName
{
color: #038503;
}
</style>
background-color css
<style>
a { background-color: #038503; }
a { background-color: rgb(3,133,3); }
div.DivClassName
{
background-color: #038503;
}
.BgClassName
{
background-color: #038503;
}
</style>
border-color css
<style>
span { border-color: #038503; }
span { border-color: rgb(3,133,3); }
td.TdClassName
{
border-color: #038503;
}
.TagClassName
{
border-color: #038503;
}
</style>