Shades of Gordons Green #25432B
Tints of Gordons Green #25432B
RGB
CMYK
RGB Variations
Color information
#25432B (or 0x25432B) is known color: Gordons Green. HEX triplet: 25, 43 and 2B. RGB value is (37,67,43). Sum of RGB (Red+Green+Blue) = 37+67+43=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 67 - color contains mainly: green. Hex color #25432B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25432B is #DABCD4. Grayscale: #373737. Windows color (decimal): -14335189 or 2835237. OLE color: 2835237.
HSL color Cylindrical-coordinate representation of color #25432B: hue angle of 132º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #25432B is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 37 | 67 | 43 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.74 |
| HSL | 132º | 0.29% | 0.2% | - |
| HSV(B) | 132º | 0.45% | 0.26% | - |
| XYZ | 3.21 | 4.58 | 3 | - |
| YUV | 55.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 67 | 43 | 0.45 | 0 | 0.36 | 0.74 | 132 | 0.29 | 0.2 |
| Hex | 25 | 43 | 2B | 2D | 0 | 24 | 4A | 84 | 1D | 14 |
| Octal | 45 | 103 | 53 | 55 | 0 | 44 | 112 | 204 | 35 | 24 |
| Binary | 100101 | 1000011 | 101011 | 101101 | 0 | 100100 | 1001010 | 10000100 | 11101 | 10100 |
Color Harmonies of #25432B
Complementary color
Monochromatic Colors of #25432B
Black with #25432B
Text Example
Text Example
White with #25432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25432B; }
p { color: rgb(37,67,43); }
H1.HeaderClassName
{
color: #25432B;
}
.AnyTagClassName
{
color: #25432B;
}
</style>
background-color css
<style>
a { background-color: #25432B; }
a { background-color: rgb(37,67,43); }
div.DivClassName
{
background-color: #25432B;
}
.BgClassName
{
background-color: #25432B;
}
</style>
border-color css
<style>
span { border-color: #25432B; }
span { border-color: rgb(37,67,43); }
td.TdClassName
{
border-color: #25432B;
}
.TagClassName
{
border-color: #25432B;
}
</style>