Shades of Turtle Green #233400
Tints of Turtle Green #233400
RGB
CMYK
RGB Variations
Color information
#233400 (or 0x233400) is known color: Turtle Green. HEX triplet: 23, 34 and 00. RGB value is (35,52,0). Sum of RGB (Red+Green+Blue) = 35+52+0=87 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.23% from 87); Green value is 52 (20.70% from 255 or 59.77% from 87); Blue value is 0 (0.39% from 255 or 0% from 87); Max value from RGB is 52 - color contains mainly: green. Hex color #233400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233400 is #DCCBFF. Grayscale: #292929. Windows color (decimal): -14470144 or 13347. OLE color: 13347.
HSL color Cylindrical-coordinate representation of color #233400: hue angle of 79.62º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #233400 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 52 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.80 |
| HSL | 79.62º | 1% | 0.1% | - |
| HSV(B) | 79.62º | 1% | 0.2% | - |
| XYZ | 1.92 | 2.81 | 0.44 | - |
| YUV | 40.99 | 104.87 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 0 | 0.33 | 0 | 1 | 0.80 | 79.62 | 1 | 0.1 |
| Hex | 23 | 34 | 0 | 21 | 0 | 64 | 50 | 50 | 64 | A |
| Octal | 43 | 64 | 0 | 41 | 0 | 144 | 120 | 120 | 144 | 12 |
| Binary | 100011 | 110100 | 0 | 100001 | 0 | 1100100 | 1010000 | 1010000 | 1100100 | 1010 |
Color Harmonies of #233400
Complementary color
Monochromatic Colors of #233400
Black with #233400
Text Example
Text Example
White with #233400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233400; }
p { color: rgb(35,52,0); }
H1.HeaderClassName
{
color: #233400;
}
.AnyTagClassName
{
color: #233400;
}
</style>
background-color css
<style>
a { background-color: #233400; }
a { background-color: rgb(35,52,0); }
div.DivClassName
{
background-color: #233400;
}
.BgClassName
{
background-color: #233400;
}
</style>
border-color css
<style>
span { border-color: #233400; }
span { border-color: rgb(35,52,0); }
td.TdClassName
{
border-color: #233400;
}
.TagClassName
{
border-color: #233400;
}
</style>