Shades of Green #038A12
Tints of Green #038A12
RGB
CMYK
RGB Variations
Color information
#038A12 (or 0x038A12) is known color: Green. HEX triplet: 03, 8A and 12. RGB value is (3,138,18). Sum of RGB (Red+Green+Blue) = 3+138+18=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 138 (54.30% from 255 or 86.79% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 138 - color contains mainly: green. Hex color #038A12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038A12 is #FC75ED. Grayscale: #545454. Windows color (decimal): -16545262 or 1214979. OLE color: 1214979.
HSL color Cylindrical-coordinate representation of color #038A12: hue angle of 126.67º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038A12 is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 138 | 18 | - |
| CMYK | 0.98 | 0 | 0.87 | 0.46 |
| HSL | 126.67º | 0.96% | 0.28% | - |
| HSV(B) | 126.67º | 0.98% | 0.54% | - |
| XYZ | 9.24 | 18.24 | 3.61 | - |
| YUV | 83.96 | 90.77 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 138 | 18 | 0.98 | 0 | 0.87 | 0.46 | 126.67 | 0.96 | 0.28 |
| Hex | 3 | 8A | 12 | 62 | 0 | 57 | 2E | 7F | 60 | 1C |
| Octal | 3 | 212 | 22 | 142 | 0 | 127 | 56 | 177 | 140 | 34 |
| Binary | 11 | 10001010 | 10010 | 1100010 | 0 | 1010111 | 101110 | 1111111 | 1100000 | 11100 |
Color Harmonies of #038A12
Complementary color
Monochromatic Colors of #038A12
Black with #038A12
Text Example
Text Example
White with #038A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038A12; }
p { color: rgb(3,138,18); }
H1.HeaderClassName
{
color: #038A12;
}
.AnyTagClassName
{
color: #038A12;
}
</style>
background-color css
<style>
a { background-color: #038A12; }
a { background-color: rgb(3,138,18); }
div.DivClassName
{
background-color: #038A12;
}
.BgClassName
{
background-color: #038A12;
}
</style>
border-color css
<style>
span { border-color: #038A12; }
span { border-color: rgb(3,138,18); }
td.TdClassName
{
border-color: #038A12;
}
.TagClassName
{
border-color: #038A12;
}
</style>