Shades of Green #1A730B
Tints of Green #1A730B
RGB
CMYK
RGB Variations
Color information
#1A730B (or 0x1A730B) is known color: Green. HEX triplet: 1A, 73 and 0B. RGB value is (26,115,11). Sum of RGB (Red+Green+Blue) = 26+115+11=152 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.11% from 152); Green value is 115 (45.31% from 255 or 75.66% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 115 - color contains mainly: green. Hex color #1A730B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A730B is #E58CF4. Grayscale: #4C4C4C. Windows color (decimal): -15043829 or 750362. OLE color: 750362.
HSL color Cylindrical-coordinate representation of color #1A730B: hue angle of 111.35º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A730B is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 115 | 11 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.55 |
| HSL | 111.35º | 0.83% | 0.25% | - |
| HSV(B) | 111.35º | 0.9% | 0.45% | - |
| XYZ | 6.62 | 12.51 | 2.38 | - |
| YUV | 76.53 | 91.01 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 115 | 11 | 0.77 | 0 | 0.90 | 0.55 | 111.35 | 0.83 | 0.25 |
| Hex | 1A | 73 | B | 4D | 0 | 5A | 37 | 6F | 53 | 19 |
| Octal | 32 | 163 | 13 | 115 | 0 | 132 | 67 | 157 | 123 | 31 |
| Binary | 11010 | 1110011 | 1011 | 1001101 | 0 | 1011010 | 110111 | 1101111 | 1010011 | 11001 |
Color Harmonies of #1A730B
Complementary color
Monochromatic Colors of #1A730B
Black with #1A730B
Text Example
Text Example
White with #1A730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A730B; }
p { color: rgb(26,115,11); }
H1.HeaderClassName
{
color: #1A730B;
}
.AnyTagClassName
{
color: #1A730B;
}
</style>
background-color css
<style>
a { background-color: #1A730B; }
a { background-color: rgb(26,115,11); }
div.DivClassName
{
background-color: #1A730B;
}
.BgClassName
{
background-color: #1A730B;
}
</style>
border-color css
<style>
span { border-color: #1A730B; }
span { border-color: rgb(26,115,11); }
td.TdClassName
{
border-color: #1A730B;
}
.TagClassName
{
border-color: #1A730B;
}
</style>