Shades of Sherwood Green #134230
Tints of Sherwood Green #134230
RGB
CMYK
RGB Variations
Color information
#134230 (or 0x134230) is known color: Sherwood Green. HEX triplet: 13, 42 and 30. RGB value is (19,66,48). Sum of RGB (Red+Green+Blue) = 19+66+48=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #134230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134230 is #ECBDCF. Grayscale: #313131. Windows color (decimal): -15515088 or 3162643. OLE color: 3162643.
HSL color Cylindrical-coordinate representation of color #134230: hue angle of 157.02º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134230 is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 66 | 48 | - |
| CMYK | 0.71 | 0 | 0.27 | 0.74 |
| HSL | 157.02º | 0.55% | 0.17% | - |
| HSV(B) | 157.02º | 0.71% | 0.26% | - |
| XYZ | 2.75 | 4.25 | 3.47 | - |
| YUV | 49.9 | 126.93 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 66 | 48 | 0.71 | 0 | 0.27 | 0.74 | 157.02 | 0.55 | 0.17 |
| Hex | 13 | 42 | 30 | 47 | 0 | 1B | 4A | 9D | 37 | 11 |
| Octal | 23 | 102 | 60 | 107 | 0 | 33 | 112 | 235 | 67 | 21 |
| Binary | 10011 | 1000010 | 110000 | 1000111 | 0 | 11011 | 1001010 | 10011101 | 110111 | 10001 |
Color Harmonies of #134230
Complementary color
Monochromatic Colors of #134230
Black with #134230
Text Example
Text Example
White with #134230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134230; }
p { color: rgb(19,66,48); }
H1.HeaderClassName
{
color: #134230;
}
.AnyTagClassName
{
color: #134230;
}
</style>
background-color css
<style>
a { background-color: #134230; }
a { background-color: rgb(19,66,48); }
div.DivClassName
{
background-color: #134230;
}
.BgClassName
{
background-color: #134230;
}
</style>
border-color css
<style>
span { border-color: #134230; }
span { border-color: rgb(19,66,48); }
td.TdClassName
{
border-color: #134230;
}
.TagClassName
{
border-color: #134230;
}
</style>