Shades of Pigment Green #13943D
Tints of Pigment Green #13943D
RGB
CMYK
RGB Variations
Color information
#13943D (or 0x13943D) is known color: Pigment Green. HEX triplet: 13, 94 and 3D. RGB value is (19,148,61). Sum of RGB (Red+Green+Blue) = 19+148+61=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 148 (58.20% from 255 or 64.91% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 148 - color contains mainly: green. Hex color #13943D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13943D is #EC6BC2. Grayscale: #636363. Windows color (decimal): -15494083 or 4035603. OLE color: 4035603.
HSL color Cylindrical-coordinate representation of color #13943D: hue angle of 139.53º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13943D is Cyan = 0.87, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 148 | 61 | - |
| CMYK | 0.87 | 0 | 0.59 | 0.42 |
| HSL | 139.53º | 0.77% | 0.33% | - |
| HSV(B) | 139.53º | 0.87% | 0.58% | - |
| XYZ | 11.7 | 21.66 | 7.98 | - |
| YUV | 99.51 | 106.26 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 148 | 61 | 0.87 | 0 | 0.59 | 0.42 | 139.53 | 0.77 | 0.33 |
| Hex | 13 | 94 | 3D | 57 | 0 | 3B | 2A | 8C | 4D | 21 |
| Octal | 23 | 224 | 75 | 127 | 0 | 73 | 52 | 214 | 115 | 41 |
| Binary | 10011 | 10010100 | 111101 | 1010111 | 0 | 111011 | 101010 | 10001100 | 1001101 | 100001 |
Color Harmonies of #13943D
Complementary color
Monochromatic Colors of #13943D
Black with #13943D
Text Example
Text Example
White with #13943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13943D; }
p { color: rgb(19,148,61); }
H1.HeaderClassName
{
color: #13943D;
}
.AnyTagClassName
{
color: #13943D;
}
</style>
background-color css
<style>
a { background-color: #13943D; }
a { background-color: rgb(19,148,61); }
div.DivClassName
{
background-color: #13943D;
}
.BgClassName
{
background-color: #13943D;
}
</style>
border-color css
<style>
span { border-color: #13943D; }
span { border-color: rgb(19,148,61); }
td.TdClassName
{
border-color: #13943D;
}
.TagClassName
{
border-color: #13943D;
}
</style>