Shades of Gordons Green #2F3630
Tints of Gordons Green #2F3630
RGB
CMYK
RGB Variations
Color information
#2F3630 (or 0x2F3630) is known color: Gordons Green. HEX triplet: 2F, 36 and 30. RGB value is (47,54,48). Sum of RGB (Red+Green+Blue) = 47+54+48=149 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.54% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 54 - color contains mainly: green. Hex color #2F3630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3630 is #D0C9CF. Grayscale: #333333. Windows color (decimal): -13683152 or 3159599. OLE color: 3159599.
HSL color Cylindrical-coordinate representation of color #2F3630: hue angle of 128.57º degrees, saturation: 0.07, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2F3630 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
RGB | 47 | 54 | 48 | - |
CMYK | 0.13 | 0 | 0.11 | 0.79 |
HSL | 128.57º | 0.07% | 0.2% | - |
HSV(B) | 128.57º | 0.13% | 0.21% | - |
XYZ | 3.02 | 3.46 | 3.3 | - |
YUV | 51.22 | 126.18 | 124.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 54 | 48 | 0.13 | 0 | 0.11 | 0.79 | 128.57 | 0.07 | 0.2 |
Hex | 2F | 36 | 30 | D | 0 | B | 4F | 81 | 7 | 14 |
Octal | 57 | 66 | 60 | 15 | 0 | 13 | 117 | 201 | 7 | 24 |
Binary | 101111 | 110110 | 110000 | 1101 | 0 | 1011 | 1001111 | 10000001 | 111 | 10100 |
Color Harmonies of #2F3630
Complementary color
Monochromatic Colors of #2F3630
Black with #2F3630
Text Example
Text Example
White with #2F3630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3630; }
p { color: rgb(47,54,48); }
H1.HeaderClassName
{
color: #2F3630;
}
.AnyTagClassName
{
color: #2F3630;
}
</style>
background-color css
<style>
a { background-color: #2F3630; }
a { background-color: rgb(47,54,48); }
div.DivClassName
{
background-color: #2F3630;
}
.BgClassName
{
background-color: #2F3630;
}
</style>
border-color css
<style>
span { border-color: #2F3630; }
span { border-color: rgb(47,54,48); }
td.TdClassName
{
border-color: #2F3630;
}
.TagClassName
{
border-color: #2F3630;
}
</style>