Shades of Green #038404
Tints of Green #038404
RGB
CMYK
RGB Variations
Color information
#038404 (or 0x038404) is known color: Green. HEX triplet: 03, 84 and 04. RGB value is (3,132,4). Sum of RGB (Red+Green+Blue) = 3+132+4=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 132 (51.95% from 255 or 94.96% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 132 - color contains mainly: green. Hex color #038404 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038404 is #FC7BFB. Grayscale: #4F4F4F. Windows color (decimal): -16546812 or 295939. OLE color: 295939.
HSL color Cylindrical-coordinate representation of color #038404: hue angle of 120.47º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038404 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 132 | 4 | - |
| CMYK | 0.98 | 0 | 0.97 | 0.48 |
| HSL | 120.47º | 0.96% | 0.26% | - |
| HSV(B) | 120.47º | 0.98% | 0.52% | - |
| XYZ | 8.31 | 16.53 | 2.87 | - |
| YUV | 78.84 | 85.76 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 132 | 4 | 0.98 | 0 | 0.97 | 0.48 | 120.47 | 0.96 | 0.26 |
| Hex | 3 | 84 | 4 | 62 | 0 | 61 | 30 | 78 | 60 | 1A |
| Octal | 3 | 204 | 4 | 142 | 0 | 141 | 60 | 170 | 140 | 32 |
| Binary | 11 | 10000100 | 100 | 1100010 | 0 | 1100001 | 110000 | 1111000 | 1100000 | 11010 |
Color Harmonies of #038404
Complementary color
Monochromatic Colors of #038404
Black with #038404
Text Example
Text Example
White with #038404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038404; }
p { color: rgb(3,132,4); }
H1.HeaderClassName
{
color: #038404;
}
.AnyTagClassName
{
color: #038404;
}
</style>
background-color css
<style>
a { background-color: #038404; }
a { background-color: rgb(3,132,4); }
div.DivClassName
{
background-color: #038404;
}
.BgClassName
{
background-color: #038404;
}
</style>
border-color css
<style>
span { border-color: #038404; }
span { border-color: rgb(3,132,4); }
td.TdClassName
{
border-color: #038404;
}
.TagClassName
{
border-color: #038404;
}
</style>