Shades of Gordons Green #2D302D
Tints of Gordons Green #2D302D
RGB
CMYK
RGB Variations
Color information
#2D302D (or 0x2D302D) is known color: Gordons Green. HEX triplet: 2D, 30 and 2D. RGB value is (45,48,45). Sum of RGB (Red+Green+Blue) = 45+48+45=138 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.61% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 48 - color contains mainly: green. Hex color #2D302D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D302D is #D2CFD2. Grayscale: #2E2E2E. Windows color (decimal): -13815763 or 2961453. OLE color: 2961453.
HSL color Cylindrical-coordinate representation of color #2D302D: hue angle of 120º degrees, saturation: 0.03, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #2D302D is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
RGB | 45 | 48 | 45 | - |
CMYK | 0.06 | 0 | 0.06 | 0.81 |
HSL | 120º | 0.03% | 0.18% | - |
HSV(B) | 120º | 0.06% | 0.19% | - |
XYZ | 2.61 | 2.86 | 2.9 | - |
YUV | 46.76 | 127.01 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 48 | 45 | 0.06 | 0 | 0.06 | 0.81 | 120 | 0.03 | 0.18 |
Hex | 2D | 30 | 2D | 6 | 0 | 6 | 51 | 78 | 3 | 12 |
Octal | 55 | 60 | 55 | 6 | 0 | 6 | 121 | 170 | 3 | 22 |
Binary | 101101 | 110000 | 101101 | 110 | 0 | 110 | 1010001 | 1111000 | 11 | 10010 |
Color Harmonies of #2D302D
Complementary color
Monochromatic Colors of #2D302D
Black with #2D302D
Text Example
Text Example
White with #2D302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D302D; }
p { color: rgb(45,48,45); }
H1.HeaderClassName
{
color: #2D302D;
}
.AnyTagClassName
{
color: #2D302D;
}
</style>
background-color css
<style>
a { background-color: #2D302D; }
a { background-color: rgb(45,48,45); }
div.DivClassName
{
background-color: #2D302D;
}
.BgClassName
{
background-color: #2D302D;
}
</style>
border-color css
<style>
span { border-color: #2D302D; }
span { border-color: rgb(45,48,45); }
td.TdClassName
{
border-color: #2D302D;
}
.TagClassName
{
border-color: #2D302D;
}
</style>