Shades of Green #038017
Tints of Green #038017
RGB
CMYK
RGB Variations
Color information
#038017 (or 0x038017) is known color: Green. HEX triplet: 03, 80 and 17. RGB value is (3,128,23). Sum of RGB (Red+Green+Blue) = 3+128+23=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 128 (50.39% from 255 or 83.12% from 154); Blue value is 23 (9.38% from 255 or 14.94% from 154); Max value from RGB is 128 - color contains mainly: green. Hex color #038017 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038017 is #FC7FE8. Grayscale: #4E4E4E. Windows color (decimal): -16547817 or 1540099. OLE color: 1540099.
HSL color Cylindrical-coordinate representation of color #038017: hue angle of 129.6º 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 #038017 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 3 | 128 | 23 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.50 |
| HSL | 129.6º | 0.95% | 0.26% | - |
| HSV(B) | 129.6º | 0.98% | 0.5% | - |
| XYZ | 7.91 | 15.52 | 3.39 | - |
| YUV | 78.66 | 96.59 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 128 | 23 | 0.98 | 0 | 0.82 | 0.50 | 129.6 | 0.95 | 0.26 |
| Hex | 3 | 80 | 17 | 62 | 0 | 52 | 32 | 82 | 5F | 1A |
| Octal | 3 | 200 | 27 | 142 | 0 | 122 | 62 | 202 | 137 | 32 |
| Binary | 11 | 10000000 | 10111 | 1100010 | 0 | 1010010 | 110010 | 10000010 | 1011111 | 11010 |
Color Harmonies of #038017
Complementary color
Monochromatic Colors of #038017
Black with #038017
Text Example
Text Example
White with #038017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038017; }
p { color: rgb(3,128,23); }
H1.HeaderClassName
{
color: #038017;
}
.AnyTagClassName
{
color: #038017;
}
</style>
background-color css
<style>
a { background-color: #038017; }
a { background-color: rgb(3,128,23); }
div.DivClassName
{
background-color: #038017;
}
.BgClassName
{
background-color: #038017;
}
</style>
border-color css
<style>
span { border-color: #038017; }
span { border-color: rgb(3,128,23); }
td.TdClassName
{
border-color: #038017;
}
.TagClassName
{
border-color: #038017;
}
</style>