Shades of Green #038308
Tints of Green #038308
RGB
CMYK
RGB Variations
Color information
#038308 (or 0x038308) is known color: Green. HEX triplet: 03, 83 and 08. RGB value is (3,131,8). Sum of RGB (Red+Green+Blue) = 3+131+8=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 131 (51.56% from 255 or 92.25% from 142); Blue value is 8 (3.52% from 255 or 5.63% from 142); Max value from RGB is 131 - color contains mainly: green. Hex color #038308 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038308 is #FC7CF7. Grayscale: #4F4F4F. Windows color (decimal): -16547064 or 557827. OLE color: 557827.
HSL color Cylindrical-coordinate representation of color #038308: hue angle of 122.34º degrees, saturation: 0.96, 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 #038308 is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 131 | 8 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.49 |
| HSL | 122.34º | 0.96% | 0.26% | - |
| HSV(B) | 122.34º | 0.98% | 0.51% | - |
| XYZ | 8.2 | 16.27 | 2.94 | - |
| YUV | 78.71 | 88.09 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 131 | 8 | 0.98 | 0 | 0.94 | 0.49 | 122.34 | 0.96 | 0.26 |
| Hex | 3 | 83 | 8 | 62 | 0 | 5E | 31 | 7A | 60 | 1A |
| Octal | 3 | 203 | 10 | 142 | 0 | 136 | 61 | 172 | 140 | 32 |
| Binary | 11 | 10000011 | 1000 | 1100010 | 0 | 1011110 | 110001 | 1111010 | 1100000 | 11010 |
Color Harmonies of #038308
Complementary color
Monochromatic Colors of #038308
Black with #038308
Text Example
Text Example
White with #038308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038308; }
p { color: rgb(3,131,8); }
H1.HeaderClassName
{
color: #038308;
}
.AnyTagClassName
{
color: #038308;
}
</style>
background-color css
<style>
a { background-color: #038308; }
a { background-color: rgb(3,131,8); }
div.DivClassName
{
background-color: #038308;
}
.BgClassName
{
background-color: #038308;
}
</style>
border-color css
<style>
span { border-color: #038308; }
span { border-color: rgb(3,131,8); }
td.TdClassName
{
border-color: #038308;
}
.TagClassName
{
border-color: #038308;
}
</style>