Shades of Fun Green #125F3B
Tints of Fun Green #125F3B
RGB
CMYK
RGB Variations
Color information
#125F3B (or 0x125F3B) is known color: Fun Green. HEX triplet: 12, 5F and 3B. RGB value is (18,95,59). Sum of RGB (Red+Green+Blue) = 18+95+59=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 95 (37.5% from 255 or 55.23% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 95 - color contains mainly: green. Hex color #125F3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125F3B is #EDA0C4. Grayscale: #434343. Windows color (decimal): -15573189 or 3890962. OLE color: 3890962.
HSL color Cylindrical-coordinate representation of color #125F3B: hue angle of 151.95º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125F3B is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 95 | 59 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.63 |
| HSL | 151.95º | 0.68% | 0.22% | - |
| HSV(B) | 151.95º | 0.81% | 0.37% | - |
| XYZ | 5.13 | 8.63 | 5.53 | - |
| YUV | 67.87 | 122.99 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 95 | 59 | 0.81 | 0 | 0.38 | 0.63 | 151.95 | 0.68 | 0.22 |
| Hex | 12 | 5F | 3B | 51 | 0 | 26 | 3F | 98 | 44 | 16 |
| Octal | 22 | 137 | 73 | 121 | 0 | 46 | 77 | 230 | 104 | 26 |
| Binary | 10010 | 1011111 | 111011 | 1010001 | 0 | 100110 | 111111 | 10011000 | 1000100 | 10110 |
Color Harmonies of #125F3B
Complementary color
Monochromatic Colors of #125F3B
Black with #125F3B
Text Example
Text Example
White with #125F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125F3B; }
p { color: rgb(18,95,59); }
H1.HeaderClassName
{
color: #125F3B;
}
.AnyTagClassName
{
color: #125F3B;
}
</style>
background-color css
<style>
a { background-color: #125F3B; }
a { background-color: rgb(18,95,59); }
div.DivClassName
{
background-color: #125F3B;
}
.BgClassName
{
background-color: #125F3B;
}
</style>
border-color css
<style>
span { border-color: #125F3B; }
span { border-color: rgb(18,95,59); }
td.TdClassName
{
border-color: #125F3B;
}
.TagClassName
{
border-color: #125F3B;
}
</style>