Shades of Turtle Green #233200
Tints of Turtle Green #233200
RGB
CMYK
RGB Variations
Color information
#233200 (or 0x233200) is known color: Turtle Green. HEX triplet: 23, 32 and 00. RGB value is (35,50,0). Sum of RGB (Red+Green+Blue) = 35+50+0=85 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.18% from 85); Green value is 50 (19.92% from 255 or 58.82% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 50 - color contains mainly: green. Hex color #233200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233200 is #DCCDFF. Grayscale: #282828. Windows color (decimal): -14470656 or 12835. OLE color: 12835.
HSL color Cylindrical-coordinate representation of color #233200: hue angle of 78º 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 #233200 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 50 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.80 |
| HSL | 78º | 1% | 0.1% | - |
| HSV(B) | 78º | 1% | 0.2% | - |
| XYZ | 1.83 | 2.64 | 0.41 | - |
| YUV | 39.82 | 105.53 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 50 | 0 | 0.30 | 0 | 1 | 0.80 | 78 | 1 | 0.1 |
| Hex | 23 | 32 | 0 | 1E | 0 | 64 | 50 | 4E | 64 | A |
| Octal | 43 | 62 | 0 | 36 | 0 | 144 | 120 | 116 | 144 | 12 |
| Binary | 100011 | 110010 | 0 | 11110 | 0 | 1100100 | 1010000 | 1001110 | 1100100 | 1010 |
Color Harmonies of #233200
Complementary color
Monochromatic Colors of #233200
Black with #233200
Text Example
Text Example
White with #233200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233200; }
p { color: rgb(35,50,0); }
H1.HeaderClassName
{
color: #233200;
}
.AnyTagClassName
{
color: #233200;
}
</style>
background-color css
<style>
a { background-color: #233200; }
a { background-color: rgb(35,50,0); }
div.DivClassName
{
background-color: #233200;
}
.BgClassName
{
background-color: #233200;
}
</style>
border-color css
<style>
span { border-color: #233200; }
span { border-color: rgb(35,50,0); }
td.TdClassName
{
border-color: #233200;
}
.TagClassName
{
border-color: #233200;
}
</style>