Shades of Green #038204
Tints of Green #038204
RGB
CMYK
RGB Variations
Color information
#038204 (or 0x038204) is known color: Green. HEX triplet: 03, 82 and 04. RGB value is (3,130,4). Sum of RGB (Red+Green+Blue) = 3+130+4=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 130 (51.17% from 255 or 94.89% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 130 - color contains mainly: green. Hex color #038204 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038204 is #FC7DFB. Grayscale: #4E4E4E. Windows color (decimal): -16547324 or 295427. OLE color: 295427.
HSL color Cylindrical-coordinate representation of color #038204: hue angle of 120.47º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038204 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 130 | 4 | - |
| CMYK | 0.98 | 0 | 0.97 | 0.49 |
| HSL | 120.47º | 0.95% | 0.26% | - |
| HSV(B) | 120.47º | 0.98% | 0.51% | - |
| XYZ | 8.04 | 15.99 | 2.78 | - |
| YUV | 77.66 | 86.42 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 130 | 4 | 0.98 | 0 | 0.97 | 0.49 | 120.47 | 0.95 | 0.26 |
| Hex | 3 | 82 | 4 | 62 | 0 | 61 | 31 | 78 | 5F | 1A |
| Octal | 3 | 202 | 4 | 142 | 0 | 141 | 61 | 170 | 137 | 32 |
| Binary | 11 | 10000010 | 100 | 1100010 | 0 | 1100001 | 110001 | 1111000 | 1011111 | 11010 |
Color Harmonies of #038204
Complementary color
Monochromatic Colors of #038204
Black with #038204
Text Example
Text Example
White with #038204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038204; }
p { color: rgb(3,130,4); }
H1.HeaderClassName
{
color: #038204;
}
.AnyTagClassName
{
color: #038204;
}
</style>
background-color css
<style>
a { background-color: #038204; }
a { background-color: rgb(3,130,4); }
div.DivClassName
{
background-color: #038204;
}
.BgClassName
{
background-color: #038204;
}
</style>
border-color css
<style>
span { border-color: #038204; }
span { border-color: rgb(3,130,4); }
td.TdClassName
{
border-color: #038204;
}
.TagClassName
{
border-color: #038204;
}
</style>