Shades of Green #038507
Tints of Green #038507
RGB
CMYK
RGB Variations
Color information
#038507 (or 0x038507) is known color: Green. HEX triplet: 03, 85 and 07. RGB value is (3,133,7). Sum of RGB (Red+Green+Blue) = 3+133+7=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 133 (52.34% from 255 or 93.01% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 133 - color contains mainly: green. Hex color #038507 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038507 is #FC7AF8. Grayscale: #505050. Windows color (decimal): -16546553 or 492803. OLE color: 492803.
HSL color Cylindrical-coordinate representation of color #038507: hue angle of 121.85º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038507 is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 133 | 7 | - |
| CMYK | 0.98 | 0 | 0.95 | 0.48 |
| HSL | 121.85º | 0.96% | 0.27% | - |
| HSV(B) | 121.85º | 0.98% | 0.52% | - |
| XYZ | 8.46 | 16.81 | 3 | - |
| YUV | 79.77 | 86.93 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 133 | 7 | 0.98 | 0 | 0.95 | 0.48 | 121.85 | 0.96 | 0.27 |
| Hex | 3 | 85 | 7 | 62 | 0 | 5F | 30 | 7A | 60 | 1B |
| Octal | 3 | 205 | 7 | 142 | 0 | 137 | 60 | 172 | 140 | 33 |
| Binary | 11 | 10000101 | 111 | 1100010 | 0 | 1011111 | 110000 | 1111010 | 1100000 | 11011 |
Color Harmonies of #038507
Complementary color
Monochromatic Colors of #038507
Black with #038507
Text Example
Text Example
White with #038507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038507; }
p { color: rgb(3,133,7); }
H1.HeaderClassName
{
color: #038507;
}
.AnyTagClassName
{
color: #038507;
}
</style>
background-color css
<style>
a { background-color: #038507; }
a { background-color: rgb(3,133,7); }
div.DivClassName
{
background-color: #038507;
}
.BgClassName
{
background-color: #038507;
}
</style>
border-color css
<style>
span { border-color: #038507; }
span { border-color: rgb(3,133,7); }
td.TdClassName
{
border-color: #038507;
}
.TagClassName
{
border-color: #038507;
}
</style>