Shades of Turtle Green #234600
Tints of Turtle Green #234600
RGB
CMYK
RGB Variations
Color information
#234600 (or 0x234600) is known color: Turtle Green. HEX triplet: 23, 46 and 00. RGB value is (35,70,0). Sum of RGB (Red+Green+Blue) = 35+70+0=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 70 (27.73% from 255 or 66.67% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 70 - color contains mainly: green. Hex color #234600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234600 is #DCB9FF. Grayscale: #333333. Windows color (decimal): -14465536 or 17955. OLE color: 17955.
HSL color Cylindrical-coordinate representation of color #234600: hue angle of 90º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #234600 is Cyan = 0.5, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 70 | 0 | - |
| CMYK | 0.5 | 0 | 1 | 0.73 |
| HSL | 90º | 1% | 0.14% | - |
| HSV(B) | 90º | 1% | 0.27% | - |
| XYZ | 2.88 | 4.74 | 0.76 | - |
| YUV | 51.56 | 98.9 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 70 | 0 | 0.5 | 0 | 1 | 0.73 | 90 | 1 | 0.14 |
| Hex | 23 | 46 | 0 | 32 | 0 | 64 | 49 | 5A | 64 | E |
| Octal | 43 | 106 | 0 | 62 | 0 | 144 | 111 | 132 | 144 | 16 |
| Binary | 100011 | 1000110 | 0 | 110010 | 0 | 1100100 | 1001001 | 1011010 | 1100100 | 1110 |
Color Harmonies of #234600
Complementary color
Monochromatic Colors of #234600
Black with #234600
Text Example
Text Example
White with #234600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234600; }
p { color: rgb(35,70,0); }
H1.HeaderClassName
{
color: #234600;
}
.AnyTagClassName
{
color: #234600;
}
</style>
background-color css
<style>
a { background-color: #234600; }
a { background-color: rgb(35,70,0); }
div.DivClassName
{
background-color: #234600;
}
.BgClassName
{
background-color: #234600;
}
</style>
border-color css
<style>
span { border-color: #234600; }
span { border-color: rgb(35,70,0); }
td.TdClassName
{
border-color: #234600;
}
.TagClassName
{
border-color: #234600;
}
</style>