Shades of Sherwood Green #1A3A30
Tints of Sherwood Green #1A3A30
RGB
CMYK
RGB Variations
Color information
#1A3A30 (or 0x1A3A30) is known color: Sherwood Green. HEX triplet: 1A, 3A and 30. RGB value is (26,58,48). Sum of RGB (Red+Green+Blue) = 26+58+48=132 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.70% from 132); Green value is 58 (23.05% from 255 or 43.94% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 58 - color contains mainly: green. Hex color #1A3A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3A30 is #E5C5CF. Grayscale: #2F2F2F. Windows color (decimal): -15058384 or 3160602. OLE color: 3160602.
HSL color Cylindrical-coordinate representation of color #1A3A30: hue angle of 161.25º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1A3A30 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
RGB | 26 | 58 | 48 | - |
CMYK | 0.55 | 0 | 0.17 | 0.77 |
HSL | 161.25º | 0.38% | 0.16% | - |
HSV(B) | 161.25º | 0.55% | 0.23% | - |
XYZ | 2.47 | 3.46 | 3.33 | - |
YUV | 47.29 | 128.4 | 112.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 26 | 58 | 48 | 0.55 | 0 | 0.17 | 0.77 | 161.25 | 0.38 | 0.16 |
Hex | 1A | 3A | 30 | 37 | 0 | 11 | 4D | A1 | 26 | 10 |
Octal | 32 | 72 | 60 | 67 | 0 | 21 | 115 | 241 | 46 | 20 |
Binary | 11010 | 111010 | 110000 | 110111 | 0 | 10001 | 1001101 | 10100001 | 100110 | 10000 |
Color Harmonies of #1A3A30
Complementary color
Monochromatic Colors of #1A3A30
Black with #1A3A30
Text Example
Text Example
White with #1A3A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3A30; }
p { color: rgb(26,58,48); }
H1.HeaderClassName
{
color: #1A3A30;
}
.AnyTagClassName
{
color: #1A3A30;
}
</style>
background-color css
<style>
a { background-color: #1A3A30; }
a { background-color: rgb(26,58,48); }
div.DivClassName
{
background-color: #1A3A30;
}
.BgClassName
{
background-color: #1A3A30;
}
</style>
border-color css
<style>
span { border-color: #1A3A30; }
span { border-color: rgb(26,58,48); }
td.TdClassName
{
border-color: #1A3A30;
}
.TagClassName
{
border-color: #1A3A30;
}
</style>