Shades of Green #038008
Tints of Green #038008
RGB
CMYK
RGB Variations
Color information
#038008 (or 0x038008) is known color: Green. HEX triplet: 03, 80 and 08. RGB value is (3,128,8). Sum of RGB (Red+Green+Blue) = 3+128+8=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 128 (50.39% from 255 or 92.09% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 128 - color contains mainly: green. Hex color #038008 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038008 is #FC7FF7. Grayscale: #4D4D4D. Windows color (decimal): -16547832 or 557059. OLE color: 557059.
HSL color Cylindrical-coordinate representation of color #038008: hue angle of 122.4º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038008 is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 3 | 128 | 8 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.50 |
| HSL | 122.4º | 0.95% | 0.26% | - |
| HSV(B) | 122.4º | 0.98% | 0.5% | - |
| XYZ | 7.8 | 15.48 | 2.81 | - |
| YUV | 76.95 | 89.09 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 128 | 8 | 0.98 | 0 | 0.94 | 0.50 | 122.4 | 0.95 | 0.26 |
| Hex | 3 | 80 | 8 | 62 | 0 | 5E | 32 | 7A | 5F | 1A |
| Octal | 3 | 200 | 10 | 142 | 0 | 136 | 62 | 172 | 137 | 32 |
| Binary | 11 | 10000000 | 1000 | 1100010 | 0 | 1011110 | 110010 | 1111010 | 1011111 | 11010 |
Color Harmonies of #038008
Complementary color
Monochromatic Colors of #038008
Black with #038008
Text Example
Text Example
White with #038008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038008; }
p { color: rgb(3,128,8); }
H1.HeaderClassName
{
color: #038008;
}
.AnyTagClassName
{
color: #038008;
}
</style>
background-color css
<style>
a { background-color: #038008; }
a { background-color: rgb(3,128,8); }
div.DivClassName
{
background-color: #038008;
}
.BgClassName
{
background-color: #038008;
}
</style>
border-color css
<style>
span { border-color: #038008; }
span { border-color: rgb(3,128,8); }
td.TdClassName
{
border-color: #038008;
}
.TagClassName
{
border-color: #038008;
}
</style>