Shades of Gordons Green #1F3823
Tints of Gordons Green #1F3823
RGB
CMYK
RGB Variations
Color information
#1F3823 (or 0x1F3823) is known color: Gordons Green. HEX triplet: 1F, 38 and 23. RGB value is (31,56,35). Sum of RGB (Red+Green+Blue) = 31+56+35=122 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.41% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 56 - color contains mainly: green. Hex color #1F3823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3823 is #E0C7DC. Grayscale: #2E2E2E. Windows color (decimal): -14731229 or 2308127. OLE color: 2308127.
HSL color Cylindrical-coordinate representation of color #1F3823: hue angle of 129.6º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1F3823 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 56 | 35 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.78 |
| HSL | 129.6º | 0.29% | 0.17% | - |
| HSV(B) | 129.6º | 0.45% | 0.22% | - |
| XYZ | 2.28 | 3.24 | 2.1 | - |
| YUV | 46.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 56 | 35 | 0.45 | 0 | 0.37 | 0.78 | 129.6 | 0.29 | 0.17 |
| Hex | 1F | 38 | 23 | 2D | 0 | 25 | 4E | 82 | 1D | 11 |
| Octal | 37 | 70 | 43 | 55 | 0 | 45 | 116 | 202 | 35 | 21 |
| Binary | 11111 | 111000 | 100011 | 101101 | 0 | 100101 | 1001110 | 10000010 | 11101 | 10001 |
Color Harmonies of #1F3823
Complementary color
Monochromatic Colors of #1F3823
Black with #1F3823
Text Example
Text Example
White with #1F3823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3823; }
p { color: rgb(31,56,35); }
H1.HeaderClassName
{
color: #1F3823;
}
.AnyTagClassName
{
color: #1F3823;
}
</style>
background-color css
<style>
a { background-color: #1F3823; }
a { background-color: rgb(31,56,35); }
div.DivClassName
{
background-color: #1F3823;
}
.BgClassName
{
background-color: #1F3823;
}
</style>
border-color css
<style>
span { border-color: #1F3823; }
span { border-color: rgb(31,56,35); }
td.TdClassName
{
border-color: #1F3823;
}
.TagClassName
{
border-color: #1F3823;
}
</style>