Shades of Green #037B13
Tints of Green #037B13
RGB
CMYK
RGB Variations
Color information
#037B13 (or 0x037B13) is known color: Green. HEX triplet: 03, 7B and 13. RGB value is (3,123,19). Sum of RGB (Red+Green+Blue) = 3+123+19=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 123 (48.44% from 255 or 84.83% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 123 - color contains mainly: green. Hex color #037B13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037B13 is #FC84EC. Grayscale: #4B4B4B. Windows color (decimal): -16549101 or 1276675. OLE color: 1276675.
HSL color Cylindrical-coordinate representation of color #037B13: hue angle of 128º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037B13 is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 123 | 19 | - |
| CMYK | 0.98 | 0 | 0.85 | 0.52 |
| HSL | 128º | 0.95% | 0.25% | - |
| HSV(B) | 128º | 0.98% | 0.48% | - |
| XYZ | 7.24 | 14.23 | 2.98 | - |
| YUV | 75.26 | 96.24 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 123 | 19 | 0.98 | 0 | 0.85 | 0.52 | 128 | 0.95 | 0.25 |
| Hex | 3 | 7B | 13 | 62 | 0 | 55 | 34 | 80 | 5F | 19 |
| Octal | 3 | 173 | 23 | 142 | 0 | 125 | 64 | 200 | 137 | 31 |
| Binary | 11 | 1111011 | 10011 | 1100010 | 0 | 1010101 | 110100 | 10000000 | 1011111 | 11001 |
Color Harmonies of #037B13
Complementary color
Monochromatic Colors of #037B13
Black with #037B13
Text Example
Text Example
White with #037B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037B13; }
p { color: rgb(3,123,19); }
H1.HeaderClassName
{
color: #037B13;
}
.AnyTagClassName
{
color: #037B13;
}
</style>
background-color css
<style>
a { background-color: #037B13; }
a { background-color: rgb(3,123,19); }
div.DivClassName
{
background-color: #037B13;
}
.BgClassName
{
background-color: #037B13;
}
</style>
border-color css
<style>
span { border-color: #037B13; }
span { border-color: rgb(3,123,19); }
td.TdClassName
{
border-color: #037B13;
}
.TagClassName
{
border-color: #037B13;
}
</style>