Shades of Turtle Green #234B00
Tints of Turtle Green #234B00
RGB
CMYK
RGB Variations
Color information
#234B00 (or 0x234B00) is known color: Turtle Green. HEX triplet: 23, 4B and 00. RGB value is (35,75,0). Sum of RGB (Red+Green+Blue) = 35+75+0=110 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.82% from 110); Green value is 75 (29.69% from 255 or 68.18% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 75 - color contains mainly: green. Hex color #234B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234B00 is #DCB4FF. Grayscale: #363636. Windows color (decimal): -14464256 or 19235. OLE color: 19235.
HSL color Cylindrical-coordinate representation of color #234B00: hue angle of 92º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #234B00 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 75 | 0 | - |
| CMYK | 0.53 | 0 | 1 | 0.71 |
| HSL | 92º | 1% | 0.15% | - |
| HSV(B) | 92º | 1% | 0.29% | - |
| XYZ | 3.21 | 5.39 | 0.87 | - |
| YUV | 54.49 | 97.25 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 0 | 0.53 | 0 | 1 | 0.71 | 92 | 1 | 0.15 |
| Hex | 23 | 4B | 0 | 35 | 0 | 64 | 47 | 5C | 64 | F |
| Octal | 43 | 113 | 0 | 65 | 0 | 144 | 107 | 134 | 144 | 17 |
| Binary | 100011 | 1001011 | 0 | 110101 | 0 | 1100100 | 1000111 | 1011100 | 1100100 | 1111 |
Color Harmonies of #234B00
Complementary color
Monochromatic Colors of #234B00
Black with #234B00
Text Example
Text Example
White with #234B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234B00; }
p { color: rgb(35,75,0); }
H1.HeaderClassName
{
color: #234B00;
}
.AnyTagClassName
{
color: #234B00;
}
</style>
background-color css
<style>
a { background-color: #234B00; }
a { background-color: rgb(35,75,0); }
div.DivClassName
{
background-color: #234B00;
}
.BgClassName
{
background-color: #234B00;
}
</style>
border-color css
<style>
span { border-color: #234B00; }
span { border-color: rgb(35,75,0); }
td.TdClassName
{
border-color: #234B00;
}
.TagClassName
{
border-color: #234B00;
}
</style>