Shades of Turtle Green #234100
Tints of Turtle Green #234100
RGB
CMYK
RGB Variations
Color information
#234100 (or 0x234100) is known color: Turtle Green. HEX triplet: 23, 41 and 00. RGB value is (35,65,0). Sum of RGB (Red+Green+Blue) = 35+65+0=100 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35% from 100); Green value is 65 (25.78% from 255 or 65% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 65 - color contains mainly: green. Hex color #234100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234100 is #DCBEFF. Grayscale: #303030. Windows color (decimal): -14466816 or 16675. OLE color: 16675.
HSL color Cylindrical-coordinate representation of color #234100: hue angle of 87.69º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #234100 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 65 | 0 | - |
| CMYK | 0.46 | 0 | 1 | 0.75 |
| HSL | 87.69º | 1% | 0.13% | - |
| HSV(B) | 87.69º | 1% | 0.25% | - |
| XYZ | 2.58 | 4.14 | 0.66 | - |
| YUV | 48.62 | 100.56 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 0 | 0.46 | 0 | 1 | 0.75 | 87.69 | 1 | 0.13 |
| Hex | 23 | 41 | 0 | 2E | 0 | 64 | 4B | 58 | 64 | D |
| Octal | 43 | 101 | 0 | 56 | 0 | 144 | 113 | 130 | 144 | 15 |
| Binary | 100011 | 1000001 | 0 | 101110 | 0 | 1100100 | 1001011 | 1011000 | 1100100 | 1101 |
Color Harmonies of #234100
Complementary color
Monochromatic Colors of #234100
Black with #234100
Text Example
Text Example
White with #234100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234100; }
p { color: rgb(35,65,0); }
H1.HeaderClassName
{
color: #234100;
}
.AnyTagClassName
{
color: #234100;
}
</style>
background-color css
<style>
a { background-color: #234100; }
a { background-color: rgb(35,65,0); }
div.DivClassName
{
background-color: #234100;
}
.BgClassName
{
background-color: #234100;
}
</style>
border-color css
<style>
span { border-color: #234100; }
span { border-color: rgb(35,65,0); }
td.TdClassName
{
border-color: #234100;
}
.TagClassName
{
border-color: #234100;
}
</style>