Shades of Green #038A19
Tints of Green #038A19
RGB
CMYK
RGB Variations
Color information
#038A19 (or 0x038A19) is known color: Green. HEX triplet: 03, 8A and 19. RGB value is (3,138,25). Sum of RGB (Red+Green+Blue) = 3+138+25=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 138 (54.30% from 255 or 83.13% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 138 - color contains mainly: green. Hex color #038A19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038A19 is #FC75E6. Grayscale: #555555. Windows color (decimal): -16545255 or 1673731. OLE color: 1673731.
HSL color Cylindrical-coordinate representation of color #038A19: hue angle of 129.78º 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 #038A19 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 138 | 25 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.46 |
| HSL | 129.78º | 0.96% | 0.28% | - |
| HSV(B) | 129.78º | 0.98% | 0.54% | - |
| XYZ | 9.3 | 18.27 | 3.96 | - |
| YUV | 84.75 | 94.27 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 138 | 25 | 0.98 | 0 | 0.82 | 0.46 | 129.78 | 0.96 | 0.28 |
| Hex | 3 | 8A | 19 | 62 | 0 | 52 | 2E | 82 | 60 | 1C |
| Octal | 3 | 212 | 31 | 142 | 0 | 122 | 56 | 202 | 140 | 34 |
| Binary | 11 | 10001010 | 11001 | 1100010 | 0 | 1010010 | 101110 | 10000010 | 1100000 | 11100 |
Color Harmonies of #038A19
Complementary color
Monochromatic Colors of #038A19
Black with #038A19
Text Example
Text Example
White with #038A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038A19; }
p { color: rgb(3,138,25); }
H1.HeaderClassName
{
color: #038A19;
}
.AnyTagClassName
{
color: #038A19;
}
</style>
background-color css
<style>
a { background-color: #038A19; }
a { background-color: rgb(3,138,25); }
div.DivClassName
{
background-color: #038A19;
}
.BgClassName
{
background-color: #038A19;
}
</style>
border-color css
<style>
span { border-color: #038A19; }
span { border-color: rgb(3,138,25); }
td.TdClassName
{
border-color: #038A19;
}
.TagClassName
{
border-color: #038A19;
}
</style>