Shades of Turtle Green #234602
Tints of Turtle Green #234602
RGB
CMYK
RGB Variations
Color information
#234602 (or 0x234602) is known color: Turtle Green. HEX triplet: 23, 46 and 02. RGB value is (35,70,2). Sum of RGB (Red+Green+Blue) = 35+70+2=107 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.71% from 107); Green value is 70 (27.73% from 255 or 65.42% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 70 - color contains mainly: green. Hex color #234602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234602 is #DCB9FD. Grayscale: #343434. Windows color (decimal): -14465534 or 149027. OLE color: 149027.
HSL color Cylindrical-coordinate representation of color #234602: hue angle of 90.88º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #234602 is Cyan = 0.5, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 70 | 2 | - |
| CMYK | 0.5 | 0 | 0.97 | 0.73 |
| HSL | 90.88º | 0.94% | 0.14% | - |
| HSV(B) | 90.88º | 0.97% | 0.27% | - |
| XYZ | 2.89 | 4.74 | 0.82 | - |
| YUV | 51.78 | 99.9 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 70 | 2 | 0.5 | 0 | 0.97 | 0.73 | 90.88 | 0.94 | 0.14 |
| Hex | 23 | 46 | 2 | 32 | 0 | 61 | 49 | 5B | 5E | E |
| Octal | 43 | 106 | 2 | 62 | 0 | 141 | 111 | 133 | 136 | 16 |
| Binary | 100011 | 1000110 | 10 | 110010 | 0 | 1100001 | 1001001 | 1011011 | 1011110 | 1110 |
Color Harmonies of #234602
Complementary color
Monochromatic Colors of #234602
Black with #234602
Text Example
Text Example
White with #234602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234602; }
p { color: rgb(35,70,2); }
H1.HeaderClassName
{
color: #234602;
}
.AnyTagClassName
{
color: #234602;
}
</style>
background-color css
<style>
a { background-color: #234602; }
a { background-color: rgb(35,70,2); }
div.DivClassName
{
background-color: #234602;
}
.BgClassName
{
background-color: #234602;
}
</style>
border-color css
<style>
span { border-color: #234602; }
span { border-color: rgb(35,70,2); }
td.TdClassName
{
border-color: #234602;
}
.TagClassName
{
border-color: #234602;
}
</style>