Shades of Fun Green #125B3D
Tints of Fun Green #125B3D
RGB
CMYK
RGB Variations
Color information
#125B3D (or 0x125B3D) is known color: Fun Green. HEX triplet: 12, 5B and 3D. RGB value is (18,91,61). Sum of RGB (Red+Green+Blue) = 18+91+61=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 91 (35.94% from 255 or 53.53% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 91 - color contains mainly: green. Hex color #125B3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125B3D is #EDA4C2. Grayscale: #414141. Windows color (decimal): -15574211 or 4021010. OLE color: 4021010.
HSL color Cylindrical-coordinate representation of color #125B3D: hue angle of 155.34º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125B3D is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 91 | 61 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.64 |
| HSL | 155.34º | 0.67% | 0.21% | - |
| HSV(B) | 155.34º | 0.8% | 0.36% | - |
| XYZ | 4.83 | 7.95 | 5.69 | - |
| YUV | 65.75 | 125.32 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 91 | 61 | 0.80 | 0 | 0.33 | 0.64 | 155.34 | 0.67 | 0.21 |
| Hex | 12 | 5B | 3D | 50 | 0 | 21 | 40 | 9B | 43 | 15 |
| Octal | 22 | 133 | 75 | 120 | 0 | 41 | 100 | 233 | 103 | 25 |
| Binary | 10010 | 1011011 | 111101 | 1010000 | 0 | 100001 | 1000000 | 10011011 | 1000011 | 10101 |
Color Harmonies of #125B3D
Complementary color
Monochromatic Colors of #125B3D
Black with #125B3D
Text Example
Text Example
White with #125B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125B3D; }
p { color: rgb(18,91,61); }
H1.HeaderClassName
{
color: #125B3D;
}
.AnyTagClassName
{
color: #125B3D;
}
</style>
background-color css
<style>
a { background-color: #125B3D; }
a { background-color: rgb(18,91,61); }
div.DivClassName
{
background-color: #125B3D;
}
.BgClassName
{
background-color: #125B3D;
}
</style>
border-color css
<style>
span { border-color: #125B3D; }
span { border-color: rgb(18,91,61); }
td.TdClassName
{
border-color: #125B3D;
}
.TagClassName
{
border-color: #125B3D;
}
</style>