Shades of Green #057402
Tints of Green #057402
RGB
CMYK
RGB Variations
Color information
#057402 (or 0x057402) is known color: Green. HEX triplet: 05, 74 and 02. RGB value is (5,116,2). Sum of RGB (Red+Green+Blue) = 5+116+2=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 116 (45.70% from 255 or 94.31% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 116 - color contains mainly: green. Hex color #057402 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057402 is #FA8BFD. Grayscale: #464646. Windows color (decimal): -16419838 or 160773. OLE color: 160773.
HSL color Cylindrical-coordinate representation of color #057402: hue angle of 118.42º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057402 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 116 | 2 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.55 |
| HSL | 118.42º | 0.97% | 0.23% | - |
| HSV(B) | 118.42º | 0.98% | 0.45% | - |
| XYZ | 6.32 | 12.53 | 2.14 | - |
| YUV | 69.82 | 89.73 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 116 | 2 | 0.96 | 0 | 0.98 | 0.55 | 118.42 | 0.97 | 0.23 |
| Hex | 5 | 74 | 2 | 60 | 0 | 62 | 37 | 76 | 61 | 17 |
| Octal | 5 | 164 | 2 | 140 | 0 | 142 | 67 | 166 | 141 | 27 |
| Binary | 101 | 1110100 | 10 | 1100000 | 0 | 1100010 | 110111 | 1110110 | 1100001 | 10111 |
Color Harmonies of #057402
Complementary color
Monochromatic Colors of #057402
Black with #057402
Text Example
Text Example
White with #057402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057402; }
p { color: rgb(5,116,2); }
H1.HeaderClassName
{
color: #057402;
}
.AnyTagClassName
{
color: #057402;
}
</style>
background-color css
<style>
a { background-color: #057402; }
a { background-color: rgb(5,116,2); }
div.DivClassName
{
background-color: #057402;
}
.BgClassName
{
background-color: #057402;
}
</style>
border-color css
<style>
span { border-color: #057402; }
span { border-color: rgb(5,116,2); }
td.TdClassName
{
border-color: #057402;
}
.TagClassName
{
border-color: #057402;
}
</style>