Shades of Gordons Green #23432B
Tints of Gordons Green #23432B
RGB
CMYK
RGB Variations
Color information
#23432B (or 0x23432B) is known color: Gordons Green. HEX triplet: 23, 43 and 2B. RGB value is (35,67,43). Sum of RGB (Red+Green+Blue) = 35+67+43=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #23432B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23432B is #DCBCD4. Grayscale: #363636. Windows color (decimal): -14466261 or 2835235. OLE color: 2835235.
HSL color Cylindrical-coordinate representation of color #23432B: hue angle of 135º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #23432B is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 35 | 67 | 43 | - |
| CMYK | 0.48 | 0 | 0.36 | 0.74 |
| HSL | 135º | 0.31% | 0.2% | - |
| HSV(B) | 135º | 0.48% | 0.26% | - |
| XYZ | 3.14 | 4.55 | 3 | - |
| YUV | 54.7 | 121.4 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 67 | 43 | 0.48 | 0 | 0.36 | 0.74 | 135 | 0.31 | 0.2 |
| Hex | 23 | 43 | 2B | 30 | 0 | 24 | 4A | 87 | 1F | 14 |
| Octal | 43 | 103 | 53 | 60 | 0 | 44 | 112 | 207 | 37 | 24 |
| Binary | 100011 | 1000011 | 101011 | 110000 | 0 | 100100 | 1001010 | 10000111 | 11111 | 10100 |
Color Harmonies of #23432B
Complementary color
Monochromatic Colors of #23432B
Black with #23432B
Text Example
Text Example
White with #23432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23432B; }
p { color: rgb(35,67,43); }
H1.HeaderClassName
{
color: #23432B;
}
.AnyTagClassName
{
color: #23432B;
}
</style>
background-color css
<style>
a { background-color: #23432B; }
a { background-color: rgb(35,67,43); }
div.DivClassName
{
background-color: #23432B;
}
.BgClassName
{
background-color: #23432B;
}
</style>
border-color css
<style>
span { border-color: #23432B; }
span { border-color: rgb(35,67,43); }
td.TdClassName
{
border-color: #23432B;
}
.TagClassName
{
border-color: #23432B;
}
</style>