Shades of Green #038009
Tints of Green #038009
RGB
CMYK
RGB Variations
Color information
#038009 (or 0x038009) is known color: Green. HEX triplet: 03, 80 and 09. RGB value is (3,128,9). Sum of RGB (Red+Green+Blue) = 3+128+9=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 128 (50.39% from 255 or 91.43% from 140); Blue value is 9 (3.91% from 255 or 6.43% from 140); Max value from RGB is 128 - color contains mainly: green. Hex color #038009 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038009 is #FC7FF6. Grayscale: #4D4D4D. Windows color (decimal): -16547831 or 622595. OLE color: 622595.
HSL color Cylindrical-coordinate representation of color #038009: hue angle of 122.88º 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 #038009 is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 3 | 128 | 9 | - |
| CMYK | 0.98 | 0 | 0.93 | 0.50 |
| HSL | 122.88º | 0.95% | 0.26% | - |
| HSV(B) | 122.88º | 0.98% | 0.5% | - |
| XYZ | 7.81 | 15.48 | 2.83 | - |
| YUV | 77.06 | 89.59 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 128 | 9 | 0.98 | 0 | 0.93 | 0.50 | 122.88 | 0.95 | 0.26 |
| Hex | 3 | 80 | 9 | 62 | 0 | 5D | 32 | 7B | 5F | 1A |
| Octal | 3 | 200 | 11 | 142 | 0 | 135 | 62 | 173 | 137 | 32 |
| Binary | 11 | 10000000 | 1001 | 1100010 | 0 | 1011101 | 110010 | 1111011 | 1011111 | 11010 |
Color Harmonies of #038009
Complementary color
Monochromatic Colors of #038009
Black with #038009
Text Example
Text Example
White with #038009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038009; }
p { color: rgb(3,128,9); }
H1.HeaderClassName
{
color: #038009;
}
.AnyTagClassName
{
color: #038009;
}
</style>
background-color css
<style>
a { background-color: #038009; }
a { background-color: rgb(3,128,9); }
div.DivClassName
{
background-color: #038009;
}
.BgClassName
{
background-color: #038009;
}
</style>
border-color css
<style>
span { border-color: #038009; }
span { border-color: rgb(3,128,9); }
td.TdClassName
{
border-color: #038009;
}
.TagClassName
{
border-color: #038009;
}
</style>