Shades of Turtle Green #234301
Tints of Turtle Green #234301
RGB
CMYK
RGB Variations
Color information
#234301 (or 0x234301) is known color: Turtle Green. HEX triplet: 23, 43 and 01. RGB value is (35,67,1). Sum of RGB (Red+Green+Blue) = 35+67+1=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 67 (26.56% from 255 or 65.05% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 67 - color contains mainly: green. Hex color #234301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234301 is #DCBCFE. Grayscale: #323232. Windows color (decimal): -14466303 or 82723. OLE color: 82723.
HSL color Cylindrical-coordinate representation of color #234301: hue angle of 89.09º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #234301 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 35 | 67 | 1 | - |
| CMYK | 0.48 | 0 | 0.99 | 0.74 |
| HSL | 89.09º | 0.97% | 0.13% | - |
| HSV(B) | 89.09º | 0.99% | 0.26% | - |
| XYZ | 2.71 | 4.37 | 0.73 | - |
| YUV | 49.91 | 100.4 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 67 | 1 | 0.48 | 0 | 0.99 | 0.74 | 89.09 | 0.97 | 0.13 |
| Hex | 23 | 43 | 1 | 30 | 0 | 63 | 4A | 59 | 61 | D |
| Octal | 43 | 103 | 1 | 60 | 0 | 143 | 112 | 131 | 141 | 15 |
| Binary | 100011 | 1000011 | 1 | 110000 | 0 | 1100011 | 1001010 | 1011001 | 1100001 | 1101 |
Color Harmonies of #234301
Complementary color
Monochromatic Colors of #234301
Black with #234301
Text Example
Text Example
White with #234301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234301; }
p { color: rgb(35,67,1); }
H1.HeaderClassName
{
color: #234301;
}
.AnyTagClassName
{
color: #234301;
}
</style>
background-color css
<style>
a { background-color: #234301; }
a { background-color: rgb(35,67,1); }
div.DivClassName
{
background-color: #234301;
}
.BgClassName
{
background-color: #234301;
}
</style>
border-color css
<style>
span { border-color: #234301; }
span { border-color: rgb(35,67,1); }
td.TdClassName
{
border-color: #234301;
}
.TagClassName
{
border-color: #234301;
}
</style>