Shades of Green #1A7201
Tints of Green #1A7201
RGB
CMYK
RGB Variations
Color information
#1A7201 (or 0x1A7201) is known color: Green. HEX triplet: 1A, 72 and 01. RGB value is (26,114,1). Sum of RGB (Red+Green+Blue) = 26+114+1=141 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.44% from 141); Green value is 114 (44.92% from 255 or 80.85% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 114 - color contains mainly: green. Hex color #1A7201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A7201 is #E58DFE. Grayscale: #4B4B4B. Windows color (decimal): -15044095 or 94746. OLE color: 94746.
HSL color Cylindrical-coordinate representation of color #1A7201: hue angle of 106.73º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A7201 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 114 | 1 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.55 |
| HSL | 106.73º | 0.98% | 0.23% | - |
| HSV(B) | 106.73º | 0.99% | 0.45% | - |
| XYZ | 6.45 | 12.26 | 2.05 | - |
| YUV | 74.81 | 86.35 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 114 | 1 | 0.77 | 0 | 0.99 | 0.55 | 106.73 | 0.98 | 0.23 |
| Hex | 1A | 72 | 1 | 4D | 0 | 63 | 37 | 6B | 62 | 17 |
| Octal | 32 | 162 | 1 | 115 | 0 | 143 | 67 | 153 | 142 | 27 |
| Binary | 11010 | 1110010 | 1 | 1001101 | 0 | 1100011 | 110111 | 1101011 | 1100010 | 10111 |
Color Harmonies of #1A7201
Complementary color
Monochromatic Colors of #1A7201
Black with #1A7201
Text Example
Text Example
White with #1A7201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7201; }
p { color: rgb(26,114,1); }
H1.HeaderClassName
{
color: #1A7201;
}
.AnyTagClassName
{
color: #1A7201;
}
</style>
background-color css
<style>
a { background-color: #1A7201; }
a { background-color: rgb(26,114,1); }
div.DivClassName
{
background-color: #1A7201;
}
.BgClassName
{
background-color: #1A7201;
}
</style>
border-color css
<style>
span { border-color: #1A7201; }
span { border-color: rgb(26,114,1); }
td.TdClassName
{
border-color: #1A7201;
}
.TagClassName
{
border-color: #1A7201;
}
</style>