Shades of Green #038117
Tints of Green #038117
RGB
CMYK
RGB Variations
Color information
#038117 (or 0x038117) is known color: Green. HEX triplet: 03, 81 and 17. RGB value is (3,129,23). Sum of RGB (Red+Green+Blue) = 3+129+23=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 129 (50.78% from 255 or 83.23% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 129 - color contains mainly: green. Hex color #038117 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038117 is #FC7EE8. Grayscale: #4F4F4F. Windows color (decimal): -16547561 or 1540355. OLE color: 1540355.
HSL color Cylindrical-coordinate representation of color #038117: hue angle of 129.52º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038117 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 129 | 23 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.49 |
| HSL | 129.52º | 0.95% | 0.26% | - |
| HSV(B) | 129.52º | 0.98% | 0.51% | - |
| XYZ | 8.04 | 15.78 | 3.43 | - |
| YUV | 79.24 | 96.26 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 129 | 23 | 0.98 | 0 | 0.82 | 0.49 | 129.52 | 0.95 | 0.26 |
| Hex | 3 | 81 | 17 | 62 | 0 | 52 | 31 | 82 | 5F | 1A |
| Octal | 3 | 201 | 27 | 142 | 0 | 122 | 61 | 202 | 137 | 32 |
| Binary | 11 | 10000001 | 10111 | 1100010 | 0 | 1010010 | 110001 | 10000010 | 1011111 | 11010 |
Color Harmonies of #038117
Complementary color
Monochromatic Colors of #038117
Black with #038117
Text Example
Text Example
White with #038117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038117; }
p { color: rgb(3,129,23); }
H1.HeaderClassName
{
color: #038117;
}
.AnyTagClassName
{
color: #038117;
}
</style>
background-color css
<style>
a { background-color: #038117; }
a { background-color: rgb(3,129,23); }
div.DivClassName
{
background-color: #038117;
}
.BgClassName
{
background-color: #038117;
}
</style>
border-color css
<style>
span { border-color: #038117; }
span { border-color: rgb(3,129,23); }
td.TdClassName
{
border-color: #038117;
}
.TagClassName
{
border-color: #038117;
}
</style>