Shades of Green #038313
Tints of Green #038313
RGB
CMYK
RGB Variations
Color information
#038313 (or 0x038313) is known color: Green. HEX triplet: 03, 83 and 13. RGB value is (3,131,19). Sum of RGB (Red+Green+Blue) = 3+131+19=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 131 (51.56% from 255 or 85.62% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 131 - color contains mainly: green. Hex color #038313 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038313 is #FC7CEC. Grayscale: #505050. Windows color (decimal): -16547053 or 1278723. OLE color: 1278723.
HSL color Cylindrical-coordinate representation of color #038313: hue angle of 127.5º degrees, saturation: 0.96, 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 #038313 is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 131 | 19 | - |
| CMYK | 0.98 | 0 | 0.85 | 0.49 |
| HSL | 127.5º | 0.96% | 0.26% | - |
| HSV(B) | 127.5º | 0.98% | 0.51% | - |
| XYZ | 8.27 | 16.3 | 3.33 | - |
| YUV | 79.96 | 93.59 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 131 | 19 | 0.98 | 0 | 0.85 | 0.49 | 127.5 | 0.96 | 0.26 |
| Hex | 3 | 83 | 13 | 62 | 0 | 55 | 31 | 80 | 60 | 1A |
| Octal | 3 | 203 | 23 | 142 | 0 | 125 | 61 | 200 | 140 | 32 |
| Binary | 11 | 10000011 | 10011 | 1100010 | 0 | 1010101 | 110001 | 10000000 | 1100000 | 11010 |
Color Harmonies of #038313
Complementary color
Monochromatic Colors of #038313
Black with #038313
Text Example
Text Example
White with #038313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038313; }
p { color: rgb(3,131,19); }
H1.HeaderClassName
{
color: #038313;
}
.AnyTagClassName
{
color: #038313;
}
</style>
background-color css
<style>
a { background-color: #038313; }
a { background-color: rgb(3,131,19); }
div.DivClassName
{
background-color: #038313;
}
.BgClassName
{
background-color: #038313;
}
</style>
border-color css
<style>
span { border-color: #038313; }
span { border-color: rgb(3,131,19); }
td.TdClassName
{
border-color: #038313;
}
.TagClassName
{
border-color: #038313;
}
</style>