Shades of Green #038209
Tints of Green #038209
RGB
CMYK
RGB Variations
Color information
#038209 (or 0x038209) is known color: Green. HEX triplet: 03, 82 and 09. RGB value is (3,130,9). Sum of RGB (Red+Green+Blue) = 3+130+9=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 130 (51.17% from 255 or 91.55% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 130 - color contains mainly: green. Hex color #038209 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038209 is #FC7DF6. Grayscale: #4E4E4E. Windows color (decimal): -16547319 or 623107. OLE color: 623107.
HSL color Cylindrical-coordinate representation of color #038209: hue angle of 122.83º 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 #038209 is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 130 | 9 | - |
| CMYK | 0.98 | 0 | 0.93 | 0.49 |
| HSL | 122.83º | 0.95% | 0.26% | - |
| HSV(B) | 122.83º | 0.98% | 0.51% | - |
| XYZ | 8.07 | 16 | 2.92 | - |
| YUV | 78.23 | 88.92 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 130 | 9 | 0.98 | 0 | 0.93 | 0.49 | 122.83 | 0.95 | 0.26 |
| Hex | 3 | 82 | 9 | 62 | 0 | 5D | 31 | 7B | 5F | 1A |
| Octal | 3 | 202 | 11 | 142 | 0 | 135 | 61 | 173 | 137 | 32 |
| Binary | 11 | 10000010 | 1001 | 1100010 | 0 | 1011101 | 110001 | 1111011 | 1011111 | 11010 |
Color Harmonies of #038209
Complementary color
Monochromatic Colors of #038209
Black with #038209
Text Example
Text Example
White with #038209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038209; }
p { color: rgb(3,130,9); }
H1.HeaderClassName
{
color: #038209;
}
.AnyTagClassName
{
color: #038209;
}
</style>
background-color css
<style>
a { background-color: #038209; }
a { background-color: rgb(3,130,9); }
div.DivClassName
{
background-color: #038209;
}
.BgClassName
{
background-color: #038209;
}
</style>
border-color css
<style>
span { border-color: #038209; }
span { border-color: rgb(3,130,9); }
td.TdClassName
{
border-color: #038209;
}
.TagClassName
{
border-color: #038209;
}
</style>