Shades of Sherwood Green #1B4F3C
Tints of Sherwood Green #1B4F3C
RGB
CMYK
RGB Variations
Color information
#1B4F3C (or 0x1B4F3C) is known color: Sherwood Green. HEX triplet: 1B, 4F and 3C. RGB value is (27,79,60). Sum of RGB (Red+Green+Blue) = 27+79+60=166 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.27% from 166); Green value is 79 (31.25% from 255 or 47.59% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 79 - color contains mainly: green. Hex color #1B4F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B4F3C is #E4B0C3. Grayscale: #3D3D3D. Windows color (decimal): -14987460 or 3952411. OLE color: 3952411.
HSL color Cylindrical-coordinate representation of color #1B4F3C: hue angle of 158.08º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B4F3C is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 79 | 60 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.69 |
| HSL | 158.08º | 0.49% | 0.21% | - |
| HSV(B) | 158.08º | 0.66% | 0.31% | - |
| XYZ | 4.06 | 6.15 | 5.25 | - |
| YUV | 61.29 | 127.27 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 79 | 60 | 0.66 | 0 | 0.24 | 0.69 | 158.08 | 0.49 | 0.21 |
| Hex | 1B | 4F | 3C | 42 | 0 | 18 | 45 | 9E | 31 | 15 |
| Octal | 33 | 117 | 74 | 102 | 0 | 30 | 105 | 236 | 61 | 25 |
| Binary | 11011 | 1001111 | 111100 | 1000010 | 0 | 11000 | 1000101 | 10011110 | 110001 | 10101 |
Color Harmonies of #1B4F3C
Complementary color
Monochromatic Colors of #1B4F3C
Black with #1B4F3C
Text Example
Text Example
White with #1B4F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4F3C; }
p { color: rgb(27,79,60); }
H1.HeaderClassName
{
color: #1B4F3C;
}
.AnyTagClassName
{
color: #1B4F3C;
}
</style>
background-color css
<style>
a { background-color: #1B4F3C; }
a { background-color: rgb(27,79,60); }
div.DivClassName
{
background-color: #1B4F3C;
}
.BgClassName
{
background-color: #1B4F3C;
}
</style>
border-color css
<style>
span { border-color: #1B4F3C; }
span { border-color: rgb(27,79,60); }
td.TdClassName
{
border-color: #1B4F3C;
}
.TagClassName
{
border-color: #1B4F3C;
}
</style>