Shades of Green #12830B
Tints of Green #12830B
RGB
CMYK
RGB Variations
Color information
#12830B (or 0x12830B) is known color: Green. HEX triplet: 12, 83 and 0B. RGB value is (18,131,11). Sum of RGB (Red+Green+Blue) = 18+131+11=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 131 (51.56% from 255 or 81.88% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 131 - color contains mainly: green. Hex color #12830B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12830B is #ED7CF4. Grayscale: #535353. Windows color (decimal): -15564021 or 754450. OLE color: 754450.
HSL color Cylindrical-coordinate representation of color #12830B: hue angle of 116.5º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12830B is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 131 | 11 | - |
| CMYK | 0.86 | 0 | 0.92 | 0.49 |
| HSL | 116.5º | 0.85% | 0.28% | - |
| HSV(B) | 116.5º | 0.92% | 0.51% | - |
| XYZ | 8.43 | 16.39 | 3.04 | - |
| YUV | 83.53 | 87.06 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 131 | 11 | 0.86 | 0 | 0.92 | 0.49 | 116.5 | 0.85 | 0.28 |
| Hex | 12 | 83 | B | 56 | 0 | 5C | 31 | 74 | 55 | 1C |
| Octal | 22 | 203 | 13 | 126 | 0 | 134 | 61 | 164 | 125 | 34 |
| Binary | 10010 | 10000011 | 1011 | 1010110 | 0 | 1011100 | 110001 | 1110100 | 1010101 | 11100 |
Color Harmonies of #12830B
Complementary color
Monochromatic Colors of #12830B
Black with #12830B
Text Example
Text Example
White with #12830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12830B; }
p { color: rgb(18,131,11); }
H1.HeaderClassName
{
color: #12830B;
}
.AnyTagClassName
{
color: #12830B;
}
</style>
background-color css
<style>
a { background-color: #12830B; }
a { background-color: rgb(18,131,11); }
div.DivClassName
{
background-color: #12830B;
}
.BgClassName
{
background-color: #12830B;
}
</style>
border-color css
<style>
span { border-color: #12830B; }
span { border-color: rgb(18,131,11); }
td.TdClassName
{
border-color: #12830B;
}
.TagClassName
{
border-color: #12830B;
}
</style>