Shades of Forest Green #26AD1B
Tints of Forest Green #26AD1B
RGB
CMYK
RGB Variations
Color information
#26AD1B (or 0x26AD1B) is known color: Forest Green. HEX triplet: 26, AD and 1B. RGB value is (38,173,27). Sum of RGB (Red+Green+Blue) = 38+173+27=238 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.97% from 238); Green value is 173 (67.97% from 255 or 72.69% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 173 - color contains mainly: green. Hex color #26AD1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26AD1B is #D952E4. Grayscale: #747474. Windows color (decimal): -14242533 or 1813798. OLE color: 1813798.
HSL color Cylindrical-coordinate representation of color #26AD1B: hue angle of 115.48º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26AD1B is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 173 | 27 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.32 |
| HSL | 115.48º | 0.73% | 0.39% | - |
| HSV(B) | 115.48º | 0.84% | 0.68% | - |
| XYZ | 15.94 | 30.38 | 6.06 | - |
| YUV | 115.99 | 77.77 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 173 | 27 | 0.78 | 0 | 0.84 | 0.32 | 115.48 | 0.73 | 0.39 |
| Hex | 26 | AD | 1B | 4E | 0 | 54 | 20 | 73 | 49 | 27 |
| Octal | 46 | 255 | 33 | 116 | 0 | 124 | 40 | 163 | 111 | 47 |
| Binary | 100110 | 10101101 | 11011 | 1001110 | 0 | 1010100 | 100000 | 1110011 | 1001001 | 100111 |
Color Harmonies of #26AD1B
Complementary color
Monochromatic Colors of #26AD1B
Black with #26AD1B
Text Example
Text Example
White with #26AD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AD1B; }
p { color: rgb(38,173,27); }
H1.HeaderClassName
{
color: #26AD1B;
}
.AnyTagClassName
{
color: #26AD1B;
}
</style>
background-color css
<style>
a { background-color: #26AD1B; }
a { background-color: rgb(38,173,27); }
div.DivClassName
{
background-color: #26AD1B;
}
.BgClassName
{
background-color: #26AD1B;
}
</style>
border-color css
<style>
span { border-color: #26AD1B; }
span { border-color: rgb(38,173,27); }
td.TdClassName
{
border-color: #26AD1B;
}
.TagClassName
{
border-color: #26AD1B;
}
</style>