Shades of Green #038113
Tints of Green #038113
RGB
CMYK
RGB Variations
Color information
#038113 (or 0x038113) is known color: Green. HEX triplet: 03, 81 and 13. RGB value is (3,129,19). Sum of RGB (Red+Green+Blue) = 3+129+19=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 129 (50.78% from 255 or 85.43% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 129 - color contains mainly: green. Hex color #038113 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038113 is #FC7EEC. Grayscale: #4F4F4F. Windows color (decimal): -16547565 or 1278211. OLE color: 1278211.
HSL color Cylindrical-coordinate representation of color #038113: hue angle of 127.62º 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 #038113 is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 129 | 19 | - |
| CMYK | 0.98 | 0 | 0.85 | 0.49 |
| HSL | 127.62º | 0.95% | 0.26% | - |
| HSV(B) | 127.62º | 0.98% | 0.51% | - |
| XYZ | 8.01 | 15.77 | 3.24 | - |
| YUV | 78.79 | 94.26 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 129 | 19 | 0.98 | 0 | 0.85 | 0.49 | 127.62 | 0.95 | 0.26 |
| Hex | 3 | 81 | 13 | 62 | 0 | 55 | 31 | 80 | 5F | 1A |
| Octal | 3 | 201 | 23 | 142 | 0 | 125 | 61 | 200 | 137 | 32 |
| Binary | 11 | 10000001 | 10011 | 1100010 | 0 | 1010101 | 110001 | 10000000 | 1011111 | 11010 |
Color Harmonies of #038113
Complementary color
Monochromatic Colors of #038113
Black with #038113
Text Example
Text Example
White with #038113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038113; }
p { color: rgb(3,129,19); }
H1.HeaderClassName
{
color: #038113;
}
.AnyTagClassName
{
color: #038113;
}
</style>
background-color css
<style>
a { background-color: #038113; }
a { background-color: rgb(3,129,19); }
div.DivClassName
{
background-color: #038113;
}
.BgClassName
{
background-color: #038113;
}
</style>
border-color css
<style>
span { border-color: #038113; }
span { border-color: rgb(3,129,19); }
td.TdClassName
{
border-color: #038113;
}
.TagClassName
{
border-color: #038113;
}
</style>