Shades of Fun Green #12593D
Tints of Fun Green #12593D
RGB
CMYK
RGB Variations
Color information
#12593D (or 0x12593D) is known color: Fun Green. HEX triplet: 12, 59 and 3D. RGB value is (18,89,61). Sum of RGB (Red+Green+Blue) = 18+89+61=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 89 (35.16% from 255 or 52.98% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 89 - color contains mainly: green. Hex color #12593D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12593D is #EDA6C2. Grayscale: #404040. Windows color (decimal): -15574723 or 4020498. OLE color: 4020498.
HSL color Cylindrical-coordinate representation of color #12593D: hue angle of 156.34º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12593D is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 89 | 61 | - |
| CMYK | 0.80 | 0 | 0.31 | 0.65 |
| HSL | 156.34º | 0.66% | 0.21% | - |
| HSV(B) | 156.34º | 0.8% | 0.35% | - |
| XYZ | 4.66 | 7.61 | 5.64 | - |
| YUV | 64.58 | 125.98 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 89 | 61 | 0.80 | 0 | 0.31 | 0.65 | 156.34 | 0.66 | 0.21 |
| Hex | 12 | 59 | 3D | 50 | 0 | 1F | 41 | 9C | 42 | 15 |
| Octal | 22 | 131 | 75 | 120 | 0 | 37 | 101 | 234 | 102 | 25 |
| Binary | 10010 | 1011001 | 111101 | 1010000 | 0 | 11111 | 1000001 | 10011100 | 1000010 | 10101 |
Color Harmonies of #12593D
Complementary color
Monochromatic Colors of #12593D
Black with #12593D
Text Example
Text Example
White with #12593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12593D; }
p { color: rgb(18,89,61); }
H1.HeaderClassName
{
color: #12593D;
}
.AnyTagClassName
{
color: #12593D;
}
</style>
background-color css
<style>
a { background-color: #12593D; }
a { background-color: rgb(18,89,61); }
div.DivClassName
{
background-color: #12593D;
}
.BgClassName
{
background-color: #12593D;
}
</style>
border-color css
<style>
span { border-color: #12593D; }
span { border-color: rgb(18,89,61); }
td.TdClassName
{
border-color: #12593D;
}
.TagClassName
{
border-color: #12593D;
}
</style>