Shades of Dark Pastel Green #12B743
Tints of Dark Pastel Green #12B743
RGB
CMYK
RGB Variations
Color information
#12B743 (or 0x12B743) is known color: Dark Pastel Green. HEX triplet: 12, B7 and 43. RGB value is (18,183,67). Sum of RGB (Red+Green+Blue) = 18+183+67=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 183 (71.88% from 255 or 68.28% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 183 - color contains mainly: green. Hex color #12B743 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B743 is #ED48BC. Grayscale: #787878. Windows color (decimal): -15550653 or 4437778. OLE color: 4437778.
HSL color Cylindrical-coordinate representation of color #12B743: hue angle of 137.82º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B743 is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 183 | 67 | - |
| CMYK | 0.90 | 0 | 0.63 | 0.28 |
| HSL | 137.82º | 0.82% | 0.39% | - |
| HSV(B) | 137.82º | 0.9% | 0.72% | - |
| XYZ | 18.2 | 34.4 | 10.99 | - |
| YUV | 120.44 | 97.84 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 183 | 67 | 0.90 | 0 | 0.63 | 0.28 | 137.82 | 0.82 | 0.39 |
| Hex | 12 | B7 | 43 | 5A | 0 | 3F | 1C | 8A | 52 | 27 |
| Octal | 22 | 267 | 103 | 132 | 0 | 77 | 34 | 212 | 122 | 47 |
| Binary | 10010 | 10110111 | 1000011 | 1011010 | 0 | 111111 | 11100 | 10001010 | 1010010 | 100111 |
Color Harmonies of #12B743
Complementary color
Monochromatic Colors of #12B743
Black with #12B743
Text Example
Text Example
White with #12B743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B743; }
p { color: rgb(18,183,67); }
H1.HeaderClassName
{
color: #12B743;
}
.AnyTagClassName
{
color: #12B743;
}
</style>
background-color css
<style>
a { background-color: #12B743; }
a { background-color: rgb(18,183,67); }
div.DivClassName
{
background-color: #12B743;
}
.BgClassName
{
background-color: #12B743;
}
</style>
border-color css
<style>
span { border-color: #12B743; }
span { border-color: rgb(18,183,67); }
td.TdClassName
{
border-color: #12B743;
}
.TagClassName
{
border-color: #12B743;
}
</style>