Shades of Turtle Green #233C00
Tints of Turtle Green #233C00
RGB
CMYK
RGB Variations
Color information
#233C00 (or 0x233C00) is known color: Turtle Green. HEX triplet: 23, 3C and 00. RGB value is (35,60,0). Sum of RGB (Red+Green+Blue) = 35+60+0=95 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.84% from 95); Green value is 60 (23.83% from 255 or 63.16% from 95); Blue value is 0 (0.39% from 255 or 0% from 95); Max value from RGB is 60 - color contains mainly: green. Hex color #233C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233C00 is #DCC3FF. Grayscale: #2D2D2D. Windows color (decimal): -14468096 or 15395. OLE color: 15395.
HSL color Cylindrical-coordinate representation of color #233C00: hue angle of 85º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #233C00 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 60 | 0 | - |
| CMYK | 0.42 | 0 | 1 | 0.76 |
| HSL | 85º | 1% | 0.12% | - |
| HSV(B) | 85º | 1% | 0.24% | - |
| XYZ | 2.31 | 3.59 | 0.57 | - |
| YUV | 45.69 | 102.22 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 0 | 0.42 | 0 | 1 | 0.76 | 85 | 1 | 0.12 |
| Hex | 23 | 3C | 0 | 2A | 0 | 64 | 4C | 55 | 64 | C |
| Octal | 43 | 74 | 0 | 52 | 0 | 144 | 114 | 125 | 144 | 14 |
| Binary | 100011 | 111100 | 0 | 101010 | 0 | 1100100 | 1001100 | 1010101 | 1100100 | 1100 |
Color Harmonies of #233C00
Complementary color
Monochromatic Colors of #233C00
Black with #233C00
Text Example
Text Example
White with #233C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C00; }
p { color: rgb(35,60,0); }
H1.HeaderClassName
{
color: #233C00;
}
.AnyTagClassName
{
color: #233C00;
}
</style>
background-color css
<style>
a { background-color: #233C00; }
a { background-color: rgb(35,60,0); }
div.DivClassName
{
background-color: #233C00;
}
.BgClassName
{
background-color: #233C00;
}
</style>
border-color css
<style>
span { border-color: #233C00; }
span { border-color: rgb(35,60,0); }
td.TdClassName
{
border-color: #233C00;
}
.TagClassName
{
border-color: #233C00;
}
</style>