Shades of Fun Green #12673D
Tints of Fun Green #12673D
RGB
CMYK
RGB Variations
Color information
#12673D (or 0x12673D) is known color: Fun Green. HEX triplet: 12, 67 and 3D. RGB value is (18,103,61). Sum of RGB (Red+Green+Blue) = 18+103+61=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 103 (40.62% from 255 or 56.59% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 103 - color contains mainly: green. Hex color #12673D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12673D is #ED98C2. Grayscale: #484848. Windows color (decimal): -15571139 or 4024082. OLE color: 4024082.
HSL color Cylindrical-coordinate representation of color #12673D: hue angle of 150.35º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12673D is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 103 | 61 | - |
| CMYK | 0.83 | 0 | 0.41 | 0.60 |
| HSL | 150.35º | 0.7% | 0.24% | - |
| HSV(B) | 150.35º | 0.83% | 0.4% | - |
| XYZ | 5.94 | 10.17 | 6.06 | - |
| YUV | 72.8 | 121.34 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 103 | 61 | 0.83 | 0 | 0.41 | 0.60 | 150.35 | 0.7 | 0.24 |
| Hex | 12 | 67 | 3D | 53 | 0 | 29 | 3C | 96 | 46 | 18 |
| Octal | 22 | 147 | 75 | 123 | 0 | 51 | 74 | 226 | 106 | 30 |
| Binary | 10010 | 1100111 | 111101 | 1010011 | 0 | 101001 | 111100 | 10010110 | 1000110 | 11000 |
Color Harmonies of #12673D
Complementary color
Monochromatic Colors of #12673D
Black with #12673D
Text Example
Text Example
White with #12673D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12673D; }
p { color: rgb(18,103,61); }
H1.HeaderClassName
{
color: #12673D;
}
.AnyTagClassName
{
color: #12673D;
}
</style>
background-color css
<style>
a { background-color: #12673D; }
a { background-color: rgb(18,103,61); }
div.DivClassName
{
background-color: #12673D;
}
.BgClassName
{
background-color: #12673D;
}
</style>
border-color css
<style>
span { border-color: #12673D; }
span { border-color: rgb(18,103,61); }
td.TdClassName
{
border-color: #12673D;
}
.TagClassName
{
border-color: #12673D;
}
</style>