Shades of Green #038A11
Tints of Green #038A11
RGB
CMYK
RGB Variations
Color information
#038A11 (or 0x038A11) is known color: Green. HEX triplet: 03, 8A and 11. RGB value is (3,138,17). Sum of RGB (Red+Green+Blue) = 3+138+17=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 138 (54.30% from 255 or 87.34% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 138 - color contains mainly: green. Hex color #038A11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038A11 is #FC75EE. Grayscale: #545454. Windows color (decimal): -16545263 or 1149443. OLE color: 1149443.
HSL color Cylindrical-coordinate representation of color #038A11: hue angle of 126.22º 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 #038A11 is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 138 | 17 | - |
| CMYK | 0.98 | 0 | 0.88 | 0.46 |
| HSL | 126.22º | 0.96% | 0.28% | - |
| HSV(B) | 126.22º | 0.98% | 0.54% | - |
| XYZ | 9.23 | 18.24 | 3.56 | - |
| YUV | 83.84 | 90.27 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 138 | 17 | 0.98 | 0 | 0.88 | 0.46 | 126.22 | 0.96 | 0.28 |
| Hex | 3 | 8A | 11 | 62 | 0 | 58 | 2E | 7E | 60 | 1C |
| Octal | 3 | 212 | 21 | 142 | 0 | 130 | 56 | 176 | 140 | 34 |
| Binary | 11 | 10001010 | 10001 | 1100010 | 0 | 1011000 | 101110 | 1111110 | 1100000 | 11100 |
Color Harmonies of #038A11
Complementary color
Monochromatic Colors of #038A11
Black with #038A11
Text Example
Text Example
White with #038A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038A11; }
p { color: rgb(3,138,17); }
H1.HeaderClassName
{
color: #038A11;
}
.AnyTagClassName
{
color: #038A11;
}
</style>
background-color css
<style>
a { background-color: #038A11; }
a { background-color: rgb(3,138,17); }
div.DivClassName
{
background-color: #038A11;
}
.BgClassName
{
background-color: #038A11;
}
</style>
border-color css
<style>
span { border-color: #038A11; }
span { border-color: rgb(3,138,17); }
td.TdClassName
{
border-color: #038A11;
}
.TagClassName
{
border-color: #038A11;
}
</style>