Shades of Turtle Green #233800
Tints of Turtle Green #233800
RGB
CMYK
RGB Variations
Color information
#233800 (or 0x233800) is known color: Turtle Green. HEX triplet: 23, 38 and 00. RGB value is (35,56,0). Sum of RGB (Red+Green+Blue) = 35+56+0=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 56 (22.27% from 255 or 61.54% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 56 - color contains mainly: green. Hex color #233800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233800 is #DCC7FF. Grayscale: #2B2B2B. Windows color (decimal): -14469120 or 14371. OLE color: 14371.
HSL color Cylindrical-coordinate representation of color #233800: hue angle of 82.5º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #233800 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 56 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.78 |
| HSL | 82.5º | 1% | 0.11% | - |
| HSV(B) | 82.5º | 1% | 0.22% | - |
| XYZ | 2.11 | 3.19 | 0.5 | - |
| YUV | 43.34 | 103.54 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 56 | 0 | 0.37 | 0 | 1 | 0.78 | 82.5 | 1 | 0.11 |
| Hex | 23 | 38 | 0 | 25 | 0 | 64 | 4E | 52 | 64 | B |
| Octal | 43 | 70 | 0 | 45 | 0 | 144 | 116 | 122 | 144 | 13 |
| Binary | 100011 | 111000 | 0 | 100101 | 0 | 1100100 | 1001110 | 1010010 | 1100100 | 1011 |
Color Harmonies of #233800
Complementary color
Monochromatic Colors of #233800
Black with #233800
Text Example
Text Example
White with #233800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233800; }
p { color: rgb(35,56,0); }
H1.HeaderClassName
{
color: #233800;
}
.AnyTagClassName
{
color: #233800;
}
</style>
background-color css
<style>
a { background-color: #233800; }
a { background-color: rgb(35,56,0); }
div.DivClassName
{
background-color: #233800;
}
.BgClassName
{
background-color: #233800;
}
</style>
border-color css
<style>
span { border-color: #233800; }
span { border-color: rgb(35,56,0); }
td.TdClassName
{
border-color: #233800;
}
.TagClassName
{
border-color: #233800;
}
</style>