Shades of Turtle Green #234000
Tints of Turtle Green #234000
RGB
CMYK
RGB Variations
Color information
#234000 (or 0x234000) is known color: Turtle Green. HEX triplet: 23, 40 and 00. RGB value is (35,64,0). Sum of RGB (Red+Green+Blue) = 35+64+0=99 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35.35% from 99); Green value is 64 (25.39% from 255 or 64.65% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 64 - color contains mainly: green. Hex color #234000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234000 is #DCBFFF. Grayscale: #303030. Windows color (decimal): -14467072 or 16419. OLE color: 16419.
HSL color Cylindrical-coordinate representation of color #234000: hue angle of 87.19º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #234000 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 64 | 0 | - |
| CMYK | 0.45 | 0 | 1 | 0.75 |
| HSL | 87.19º | 1% | 0.13% | - |
| HSV(B) | 87.19º | 1% | 0.25% | - |
| XYZ | 2.53 | 4.02 | 0.64 | - |
| YUV | 48.03 | 100.89 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 64 | 0 | 0.45 | 0 | 1 | 0.75 | 87.19 | 1 | 0.13 |
| Hex | 23 | 40 | 0 | 2D | 0 | 64 | 4B | 57 | 64 | D |
| Octal | 43 | 100 | 0 | 55 | 0 | 144 | 113 | 127 | 144 | 15 |
| Binary | 100011 | 1000000 | 0 | 101101 | 0 | 1100100 | 1001011 | 1010111 | 1100100 | 1101 |
Color Harmonies of #234000
Complementary color
Monochromatic Colors of #234000
Black with #234000
Text Example
Text Example
White with #234000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234000; }
p { color: rgb(35,64,0); }
H1.HeaderClassName
{
color: #234000;
}
.AnyTagClassName
{
color: #234000;
}
</style>
background-color css
<style>
a { background-color: #234000; }
a { background-color: rgb(35,64,0); }
div.DivClassName
{
background-color: #234000;
}
.BgClassName
{
background-color: #234000;
}
</style>
border-color css
<style>
span { border-color: #234000; }
span { border-color: rgb(35,64,0); }
td.TdClassName
{
border-color: #234000;
}
.TagClassName
{
border-color: #234000;
}
</style>