Shades of Gordons Green #28432B
Tints of Gordons Green #28432B
RGB
CMYK
RGB Variations
Color information
#28432B (or 0x28432B) is known color: Gordons Green. HEX triplet: 28, 43 and 2B. RGB value is (40,67,43). Sum of RGB (Red+Green+Blue) = 40+67+43=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 67 - color contains mainly: green. Hex color #28432B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28432B is #D7BCD4. Grayscale: #383838. Windows color (decimal): -14138581 or 2835240. OLE color: 2835240.
HSL color Cylindrical-coordinate representation of color #28432B: hue angle of 126.67º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #28432B is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 40 | 67 | 43 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.74 |
| HSL | 126.67º | 0.25% | 0.21% | - |
| HSV(B) | 126.67º | 0.4% | 0.26% | - |
| XYZ | 3.32 | 4.64 | 3.01 | - |
| YUV | 56.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 67 | 43 | 0.40 | 0 | 0.36 | 0.74 | 126.67 | 0.25 | 0.21 |
| Hex | 28 | 43 | 2B | 28 | 0 | 24 | 4A | 7F | 19 | 15 |
| Octal | 50 | 103 | 53 | 50 | 0 | 44 | 112 | 177 | 31 | 25 |
| Binary | 101000 | 1000011 | 101011 | 101000 | 0 | 100100 | 1001010 | 1111111 | 11001 | 10101 |
Color Harmonies of #28432B
Complementary color
Monochromatic Colors of #28432B
Black with #28432B
Text Example
Text Example
White with #28432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28432B; }
p { color: rgb(40,67,43); }
H1.HeaderClassName
{
color: #28432B;
}
.AnyTagClassName
{
color: #28432B;
}
</style>
background-color css
<style>
a { background-color: #28432B; }
a { background-color: rgb(40,67,43); }
div.DivClassName
{
background-color: #28432B;
}
.BgClassName
{
background-color: #28432B;
}
</style>
border-color css
<style>
span { border-color: #28432B; }
span { border-color: rgb(40,67,43); }
td.TdClassName
{
border-color: #28432B;
}
.TagClassName
{
border-color: #28432B;
}
</style>