Shades of Gordons Green #2D352E
Tints of Gordons Green #2D352E
RGB
CMYK
RGB Variations
Color information
#2D352E (or 0x2D352E) is known color: Gordons Green. HEX triplet: 2D, 35 and 2E. RGB value is (45,53,46). Sum of RGB (Red+Green+Blue) = 45+53+46=144 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.25% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 53 - color contains mainly: green. Hex color #2D352E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D352E is #D2CAD1. Grayscale: #313131. Windows color (decimal): -13814482 or 3028269. OLE color: 3028269.
HSL color Cylindrical-coordinate representation of color #2D352E: hue angle of 127.5º degrees, saturation: 0.08, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2D352E is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
RGB | 45 | 53 | 46 | - |
CMYK | 0.15 | 0 | 0.13 | 0.79 |
HSL | 127.5º | 0.08% | 0.19% | - |
HSV(B) | 127.5º | 0.15% | 0.21% | - |
XYZ | 2.85 | 3.3 | 3.07 | - |
YUV | 49.81 | 125.85 | 124.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 53 | 46 | 0.15 | 0 | 0.13 | 0.79 | 127.5 | 0.08 | 0.19 |
Hex | 2D | 35 | 2E | F | 0 | D | 4F | 80 | 8 | 13 |
Octal | 55 | 65 | 56 | 17 | 0 | 15 | 117 | 200 | 10 | 23 |
Binary | 101101 | 110101 | 101110 | 1111 | 0 | 1101 | 1001111 | 10000000 | 1000 | 10011 |
Color Harmonies of #2D352E
Complementary color
Monochromatic Colors of #2D352E
Black with #2D352E
Text Example
Text Example
White with #2D352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D352E; }
p { color: rgb(45,53,46); }
H1.HeaderClassName
{
color: #2D352E;
}
.AnyTagClassName
{
color: #2D352E;
}
</style>
background-color css
<style>
a { background-color: #2D352E; }
a { background-color: rgb(45,53,46); }
div.DivClassName
{
background-color: #2D352E;
}
.BgClassName
{
background-color: #2D352E;
}
</style>
border-color css
<style>
span { border-color: #2D352E; }
span { border-color: rgb(45,53,46); }
td.TdClassName
{
border-color: #2D352E;
}
.TagClassName
{
border-color: #2D352E;
}
</style>