Shades of Pigment Green #10933B
Tints of Pigment Green #10933B
RGB
CMYK
RGB Variations
Color information
#10933B (or 0x10933B) is known color: Pigment Green. HEX triplet: 10, 93 and 3B. RGB value is (16,147,59). Sum of RGB (Red+Green+Blue) = 16+147+59=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 147 (57.81% from 255 or 66.22% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 147 - color contains mainly: green. Hex color #10933B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10933B is #EF6CC4. Grayscale: #626262. Windows color (decimal): -15690949 or 3904272. OLE color: 3904272.
HSL color Cylindrical-coordinate representation of color #10933B: hue angle of 139.69º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10933B is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 147 | 59 | - |
| CMYK | 0.89 | 0 | 0.60 | 0.42 |
| HSL | 139.69º | 0.8% | 0.32% | - |
| HSV(B) | 139.69º | 0.89% | 0.58% | - |
| XYZ | 11.44 | 21.29 | 7.64 | - |
| YUV | 97.8 | 106.1 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 147 | 59 | 0.89 | 0 | 0.60 | 0.42 | 139.69 | 0.8 | 0.32 |
| Hex | 10 | 93 | 3B | 59 | 0 | 3C | 2A | 8C | 50 | 20 |
| Octal | 20 | 223 | 73 | 131 | 0 | 74 | 52 | 214 | 120 | 40 |
| Binary | 10000 | 10010011 | 111011 | 1011001 | 0 | 111100 | 101010 | 10001100 | 1010000 | 100000 |
Color Harmonies of #10933B
Complementary color
Monochromatic Colors of #10933B
Black with #10933B
Text Example
Text Example
White with #10933B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10933B; }
p { color: rgb(16,147,59); }
H1.HeaderClassName
{
color: #10933B;
}
.AnyTagClassName
{
color: #10933B;
}
</style>
background-color css
<style>
a { background-color: #10933B; }
a { background-color: rgb(16,147,59); }
div.DivClassName
{
background-color: #10933B;
}
.BgClassName
{
background-color: #10933B;
}
</style>
border-color css
<style>
span { border-color: #10933B; }
span { border-color: rgb(16,147,59); }
td.TdClassName
{
border-color: #10933B;
}
.TagClassName
{
border-color: #10933B;
}
</style>