Shades of Green #03750C
Tints of Green #03750C
RGB
CMYK
RGB Variations
Color information
#03750C (or 0x03750C) is known color: Green. HEX triplet: 03, 75 and 0C. RGB value is (3,117,12). Sum of RGB (Red+Green+Blue) = 3+117+12=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 117 (46.09% from 255 or 88.64% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 117 - color contains mainly: green. Hex color #03750C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03750C is #FC8AF3. Grayscale: #474747. Windows color (decimal): -16550644 or 816387. OLE color: 816387.
HSL color Cylindrical-coordinate representation of color #03750C: hue angle of 124.74º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03750C is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 3 | 117 | 12 | - |
| CMYK | 0.97 | 0 | 0.90 | 0.54 |
| HSL | 124.74º | 0.95% | 0.24% | - |
| HSV(B) | 124.74º | 0.97% | 0.46% | - |
| XYZ | 6.47 | 12.77 | 2.47 | - |
| YUV | 70.94 | 94.73 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 117 | 12 | 0.97 | 0 | 0.90 | 0.54 | 124.74 | 0.95 | 0.24 |
| Hex | 3 | 75 | C | 61 | 0 | 5A | 36 | 7D | 5F | 18 |
| Octal | 3 | 165 | 14 | 141 | 0 | 132 | 66 | 175 | 137 | 30 |
| Binary | 11 | 1110101 | 1100 | 1100001 | 0 | 1011010 | 110110 | 1111101 | 1011111 | 11000 |
Color Harmonies of #03750C
Complementary color
Monochromatic Colors of #03750C
Black with #03750C
Text Example
Text Example
White with #03750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03750C; }
p { color: rgb(3,117,12); }
H1.HeaderClassName
{
color: #03750C;
}
.AnyTagClassName
{
color: #03750C;
}
</style>
background-color css
<style>
a { background-color: #03750C; }
a { background-color: rgb(3,117,12); }
div.DivClassName
{
background-color: #03750C;
}
.BgClassName
{
background-color: #03750C;
}
</style>
border-color css
<style>
span { border-color: #03750C; }
span { border-color: rgb(3,117,12); }
td.TdClassName
{
border-color: #03750C;
}
.TagClassName
{
border-color: #03750C;
}
</style>