Shades of Green #038115
Tints of Green #038115
RGB
CMYK
RGB Variations
Color information
#038115 (or 0x038115) is known color: Green. HEX triplet: 03, 81 and 15. RGB value is (3,129,21). Sum of RGB (Red+Green+Blue) = 3+129+21=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 129 (50.78% from 255 or 84.31% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 129 - color contains mainly: green. Hex color #038115 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038115 is #FC7EEA. Grayscale: #4F4F4F. Windows color (decimal): -16547563 or 1409283. OLE color: 1409283.
HSL color Cylindrical-coordinate representation of color #038115: hue angle of 128.57º 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 #038115 is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 129 | 21 | - |
| CMYK | 0.98 | 0 | 0.84 | 0.49 |
| HSL | 128.57º | 0.95% | 0.26% | - |
| HSV(B) | 128.57º | 0.98% | 0.51% | - |
| XYZ | 8.02 | 15.77 | 3.33 | - |
| YUV | 79.01 | 95.26 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 129 | 21 | 0.98 | 0 | 0.84 | 0.49 | 128.57 | 0.95 | 0.26 |
| Hex | 3 | 81 | 15 | 62 | 0 | 54 | 31 | 81 | 5F | 1A |
| Octal | 3 | 201 | 25 | 142 | 0 | 124 | 61 | 201 | 137 | 32 |
| Binary | 11 | 10000001 | 10101 | 1100010 | 0 | 1010100 | 110001 | 10000001 | 1011111 | 11010 |
Color Harmonies of #038115
Complementary color
Monochromatic Colors of #038115
Black with #038115
Text Example
Text Example
White with #038115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038115; }
p { color: rgb(3,129,21); }
H1.HeaderClassName
{
color: #038115;
}
.AnyTagClassName
{
color: #038115;
}
</style>
background-color css
<style>
a { background-color: #038115; }
a { background-color: rgb(3,129,21); }
div.DivClassName
{
background-color: #038115;
}
.BgClassName
{
background-color: #038115;
}
</style>
border-color css
<style>
span { border-color: #038115; }
span { border-color: rgb(3,129,21); }
td.TdClassName
{
border-color: #038115;
}
.TagClassName
{
border-color: #038115;
}
</style>