Shades of Fiji Green #5E7029
Tints of Fiji Green #5E7029
RGB
CMYK
RGB Variations
Color information
#5E7029 (or 0x5E7029) is known color: Fiji Green. HEX triplet: 5E, 70 and 29. RGB value is (94,112,41). Sum of RGB (Red+Green+Blue) = 94+112+41=247 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.06% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #5E7029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7029 is #A18FD6. Grayscale: #626262. Windows color (decimal): -10588119 or 2715742. OLE color: 2715742.
HSL color Cylindrical-coordinate representation of color #5E7029: hue angle of 75.21º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E7029 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 112 | 41 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.56 |
| HSL | 75.21º | 0.46% | 0.3% | - |
| HSV(B) | 75.21º | 0.63% | 0.44% | - |
| XYZ | 10.81 | 14.13 | 4.26 | - |
| YUV | 98.52 | 95.54 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 112 | 41 | 0.16 | 0 | 0.63 | 0.56 | 75.21 | 0.46 | 0.3 |
| Hex | 5E | 70 | 29 | 10 | 0 | 3F | 38 | 4B | 2E | 1E |
| Octal | 136 | 160 | 51 | 20 | 0 | 77 | 70 | 113 | 56 | 36 |
| Binary | 1011110 | 1110000 | 101001 | 10000 | 0 | 111111 | 111000 | 1001011 | 101110 | 11110 |
Color Harmonies of #5E7029
Complementary color
Monochromatic Colors of #5E7029
Black with #5E7029
Text Example
Text Example
White with #5E7029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7029; }
p { color: rgb(94,112,41); }
H1.HeaderClassName
{
color: #5E7029;
}
.AnyTagClassName
{
color: #5E7029;
}
</style>
background-color css
<style>
a { background-color: #5E7029; }
a { background-color: rgb(94,112,41); }
div.DivClassName
{
background-color: #5E7029;
}
.BgClassName
{
background-color: #5E7029;
}
</style>
border-color css
<style>
span { border-color: #5E7029; }
span { border-color: rgb(94,112,41); }
td.TdClassName
{
border-color: #5E7029;
}
.TagClassName
{
border-color: #5E7029;
}
</style>