Shades of Sherwood Green #1A3D2F
Tints of Sherwood Green #1A3D2F
RGB
CMYK
RGB Variations
Color information
#1A3D2F (or 0x1A3D2F) is known color: Sherwood Green. HEX triplet: 1A, 3D and 2F. RGB value is (26,61,47). Sum of RGB (Red+Green+Blue) = 26+61+47=134 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.40% from 134); Green value is 61 (24.22% from 255 or 45.52% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 61 - color contains mainly: green. Hex color #1A3D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3D2F is #E5C2D0. Grayscale: #303030. Windows color (decimal): -15057617 or 3095834. OLE color: 3095834.
HSL color Cylindrical-coordinate representation of color #1A3D2F: hue angle of 156º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1A3D2F is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 26 | 61 | 47 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.76 |
| HSL | 156º | 0.4% | 0.17% | - |
| HSV(B) | 156º | 0.57% | 0.24% | - |
| XYZ | 2.61 | 3.76 | 3.28 | - |
| YUV | 48.94 | 126.9 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 61 | 47 | 0.57 | 0 | 0.23 | 0.76 | 156 | 0.4 | 0.17 |
| Hex | 1A | 3D | 2F | 39 | 0 | 17 | 4C | 9C | 28 | 11 |
| Octal | 32 | 75 | 57 | 71 | 0 | 27 | 114 | 234 | 50 | 21 |
| Binary | 11010 | 111101 | 101111 | 111001 | 0 | 10111 | 1001100 | 10011100 | 101000 | 10001 |
Color Harmonies of #1A3D2F
Complementary color
Monochromatic Colors of #1A3D2F
Black with #1A3D2F
Text Example
Text Example
White with #1A3D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3D2F; }
p { color: rgb(26,61,47); }
H1.HeaderClassName
{
color: #1A3D2F;
}
.AnyTagClassName
{
color: #1A3D2F;
}
</style>
background-color css
<style>
a { background-color: #1A3D2F; }
a { background-color: rgb(26,61,47); }
div.DivClassName
{
background-color: #1A3D2F;
}
.BgClassName
{
background-color: #1A3D2F;
}
</style>
border-color css
<style>
span { border-color: #1A3D2F; }
span { border-color: rgb(26,61,47); }
td.TdClassName
{
border-color: #1A3D2F;
}
.TagClassName
{
border-color: #1A3D2F;
}
</style>