Shades of Green Waterloo #232702
Tints of Green Waterloo #232702
RGB
CMYK
RGB Variations
Color information
#232702 (or 0x232702) is known color: Green Waterloo. HEX triplet: 23, 27 and 02. RGB value is (35,39,2). Sum of RGB (Red+Green+Blue) = 35+39+2=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 39 (15.62% from 255 or 51.32% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 39 - color contains mainly: green. Hex color #232702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232702 is #DCD8FD. Grayscale: #212121. Windows color (decimal): -14473470 or 141091. OLE color: 141091.
HSL color Cylindrical-coordinate representation of color #232702: hue angle of 66.49º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #232702 is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 39 | 2 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.85 |
| HSL | 66.49º | 0.9% | 0.08% | - |
| HSV(B) | 66.49º | 0.95% | 0.15% | - |
| XYZ | 1.43 | 1.81 | 0.33 | - |
| YUV | 33.59 | 110.17 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 39 | 2 | 0.10 | 0 | 0.95 | 0.85 | 66.49 | 0.9 | 0.08 |
| Hex | 23 | 27 | 2 | A | 0 | 5F | 55 | 42 | 5A | 8 |
| Octal | 43 | 47 | 2 | 12 | 0 | 137 | 125 | 102 | 132 | 10 |
| Binary | 100011 | 100111 | 10 | 1010 | 0 | 1011111 | 1010101 | 1000010 | 1011010 | 1000 |
Color Harmonies of #232702
Complementary color
Monochromatic Colors of #232702
Black with #232702
Text Example
Text Example
White with #232702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232702; }
p { color: rgb(35,39,2); }
H1.HeaderClassName
{
color: #232702;
}
.AnyTagClassName
{
color: #232702;
}
</style>
background-color css
<style>
a { background-color: #232702; }
a { background-color: rgb(35,39,2); }
div.DivClassName
{
background-color: #232702;
}
.BgClassName
{
background-color: #232702;
}
</style>
border-color css
<style>
span { border-color: #232702; }
span { border-color: rgb(35,39,2); }
td.TdClassName
{
border-color: #232702;
}
.TagClassName
{
border-color: #232702;
}
</style>