Shades of Rangoon Green #141A03
Tints of Rangoon Green #141A03
RGB
CMYK
RGB Variations
Color information
#141A03 (or 0x141A03) is known color: Rangoon Green. HEX triplet: 14, 1A and 03. RGB value is (20,26,3). Sum of RGB (Red+Green+Blue) = 20+26+3=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 26 (10.55% from 255 or 53.06% from 49); Blue value is 3 (1.56% from 255 or 6.12% from 49); Max value from RGB is 26 - color contains mainly: green. Hex color #141A03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141A03 is #EBE5FC. Grayscale: #151515. Windows color (decimal): -15459837 or 203284. OLE color: 203284.
HSL color Cylindrical-coordinate representation of color #141A03: hue angle of 75.65º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #141A03 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 20 | 26 | 3 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.90 |
| HSL | 75.65º | 0.79% | 0.06% | - |
| HSV(B) | 75.65º | 0.88% | 0.1% | - |
| XYZ | 0.67 | 0.89 | 0.22 | - |
| YUV | 21.58 | 117.51 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 3 | 0.23 | 0 | 0.88 | 0.90 | 75.65 | 0.79 | 0.06 |
| Hex | 14 | 1A | 3 | 17 | 0 | 58 | 5A | 4C | 4F | 6 |
| Octal | 24 | 32 | 3 | 27 | 0 | 130 | 132 | 114 | 117 | 6 |
| Binary | 10100 | 11010 | 11 | 10111 | 0 | 1011000 | 1011010 | 1001100 | 1001111 | 110 |
Color Harmonies of #141A03
Complementary color
Monochromatic Colors of #141A03
Black with #141A03
Text Example
Text Example
White with #141A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A03; }
p { color: rgb(20,26,3); }
H1.HeaderClassName
{
color: #141A03;
}
.AnyTagClassName
{
color: #141A03;
}
</style>
background-color css
<style>
a { background-color: #141A03; }
a { background-color: rgb(20,26,3); }
div.DivClassName
{
background-color: #141A03;
}
.BgClassName
{
background-color: #141A03;
}
</style>
border-color css
<style>
span { border-color: #141A03; }
span { border-color: rgb(20,26,3); }
td.TdClassName
{
border-color: #141A03;
}
.TagClassName
{
border-color: #141A03;
}
</style>