Shades of Gordons Green #232F23
Tints of Gordons Green #232F23
RGB
CMYK
RGB Variations
Color information
#232F23 (or 0x232F23) is known color: Gordons Green. HEX triplet: 23, 2F and 23. RGB value is (35,47,35). Sum of RGB (Red+Green+Blue) = 35+47+35=117 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.91% from 117); Green value is 47 (18.75% from 255 or 40.17% from 117); Blue value is 35 (14.06% from 255 or 29.91% from 117); Max value from RGB is 47 - color contains mainly: green. Hex color #232F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232F23 is #DCD0DC. Grayscale: #2A2A2A. Windows color (decimal): -14471389 or 2305827. OLE color: 2305827.
HSL color Cylindrical-coordinate representation of color #232F23: hue angle of 120º degrees, saturation: 0.15, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #232F23 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
RGB | 35 | 47 | 35 | - |
CMYK | 0.26 | 0 | 0.26 | 0.82 |
HSL | 120º | 0.15% | 0.16% | - |
HSV(B) | 120º | 0.26% | 0.18% | - |
XYZ | 2.01 | 2.51 | 1.97 | - |
YUV | 42.04 | 124.02 | 122.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 35 | 47 | 35 | 0.26 | 0 | 0.26 | 0.82 | 120 | 0.15 | 0.16 |
Hex | 23 | 2F | 23 | 1A | 0 | 1A | 52 | 78 | F | 10 |
Octal | 43 | 57 | 43 | 32 | 0 | 32 | 122 | 170 | 17 | 20 |
Binary | 100011 | 101111 | 100011 | 11010 | 0 | 11010 | 1010010 | 1111000 | 1111 | 10000 |
Color Harmonies of #232F23
Complementary color
Monochromatic Colors of #232F23
Black with #232F23
Text Example
Text Example
White with #232F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F23; }
p { color: rgb(35,47,35); }
H1.HeaderClassName
{
color: #232F23;
}
.AnyTagClassName
{
color: #232F23;
}
</style>
background-color css
<style>
a { background-color: #232F23; }
a { background-color: rgb(35,47,35); }
div.DivClassName
{
background-color: #232F23;
}
.BgClassName
{
background-color: #232F23;
}
</style>
border-color css
<style>
span { border-color: #232F23; }
span { border-color: rgb(35,47,35); }
td.TdClassName
{
border-color: #232F23;
}
.TagClassName
{
border-color: #232F23;
}
</style>