Shades of Turtle Green #233300
Tints of Turtle Green #233300
RGB
CMYK
RGB Variations
Color information
#233300 (or 0x233300) is known color: Turtle Green. HEX triplet: 23, 33 and 00. RGB value is (35,51,0). Sum of RGB (Red+Green+Blue) = 35+51+0=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 51 (20.31% from 255 or 59.30% from 86); Blue value is 0 (0.39% from 255 or 0% from 86); Max value from RGB is 51 - color contains mainly: green. Hex color #233300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233300 is #DCCCFF. Grayscale: #282828. Windows color (decimal): -14470400 or 13091. OLE color: 13091.
HSL color Cylindrical-coordinate representation of color #233300: hue angle of 78.82º 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 #233300 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 35 | 51 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.8 |
| HSL | 78.82º | 1% | 0.1% | - |
| HSV(B) | 78.82º | 1% | 0.2% | - |
| XYZ | 1.88 | 2.72 | 0.43 | - |
| YUV | 40.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 51 | 0 | 0.31 | 0 | 1 | 0.8 | 78.82 | 1 | 0.1 |
| Hex | 23 | 33 | 0 | 1F | 0 | 64 | 50 | 4F | 64 | A |
| Octal | 43 | 63 | 0 | 37 | 0 | 144 | 120 | 117 | 144 | 12 |
| Binary | 100011 | 110011 | 0 | 11111 | 0 | 1100100 | 1010000 | 1001111 | 1100100 | 1010 |
Color Harmonies of #233300
Complementary color
Monochromatic Colors of #233300
Black with #233300
Text Example
Text Example
White with #233300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233300; }
p { color: rgb(35,51,0); }
H1.HeaderClassName
{
color: #233300;
}
.AnyTagClassName
{
color: #233300;
}
</style>
background-color css
<style>
a { background-color: #233300; }
a { background-color: rgb(35,51,0); }
div.DivClassName
{
background-color: #233300;
}
.BgClassName
{
background-color: #233300;
}
</style>
border-color css
<style>
span { border-color: #233300; }
span { border-color: rgb(35,51,0); }
td.TdClassName
{
border-color: #233300;
}
.TagClassName
{
border-color: #233300;
}
</style>