Shades of Dark Pastel Green #12B343
Tints of Dark Pastel Green #12B343
RGB
CMYK
RGB Variations
Color information
#12B343 (or 0x12B343) is known color: Dark Pastel Green. HEX triplet: 12, B3 and 43. RGB value is (18,179,67). Sum of RGB (Red+Green+Blue) = 18+179+67=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 179 (70.31% from 255 or 67.80% from 264); Blue value is 67 (26.56% from 255 or 25.38% from 264); Max value from RGB is 179 - color contains mainly: green. Hex color #12B343 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B343 is #ED4CBC. Grayscale: #767676. Windows color (decimal): -15551677 or 4436754. OLE color: 4436754.
HSL color Cylindrical-coordinate representation of color #12B343: hue angle of 138.26º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B343 is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 179 | 67 | - |
| CMYK | 0.90 | 0 | 0.63 | 0.30 |
| HSL | 138.26º | 0.82% | 0.39% | - |
| HSV(B) | 138.26º | 0.9% | 0.7% | - |
| XYZ | 17.38 | 32.77 | 10.72 | - |
| YUV | 118.09 | 99.16 | 56.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 179 | 67 | 0.90 | 0 | 0.63 | 0.30 | 138.26 | 0.82 | 0.39 |
| Hex | 12 | B3 | 43 | 5A | 0 | 3F | 1E | 8A | 52 | 27 |
| Octal | 22 | 263 | 103 | 132 | 0 | 77 | 36 | 212 | 122 | 47 |
| Binary | 10010 | 10110011 | 1000011 | 1011010 | 0 | 111111 | 11110 | 10001010 | 1010010 | 100111 |
Color Harmonies of #12B343
Complementary color
Monochromatic Colors of #12B343
Black with #12B343
Text Example
Text Example
White with #12B343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B343; }
p { color: rgb(18,179,67); }
H1.HeaderClassName
{
color: #12B343;
}
.AnyTagClassName
{
color: #12B343;
}
</style>
background-color css
<style>
a { background-color: #12B343; }
a { background-color: rgb(18,179,67); }
div.DivClassName
{
background-color: #12B343;
}
.BgClassName
{
background-color: #12B343;
}
</style>
border-color css
<style>
span { border-color: #12B343; }
span { border-color: rgb(18,179,67); }
td.TdClassName
{
border-color: #12B343;
}
.TagClassName
{
border-color: #12B343;
}
</style>