Shades of Turtle Green #234202
Tints of Turtle Green #234202
RGB
CMYK
RGB Variations
Color information
#234202 (or 0x234202) is known color: Turtle Green. HEX triplet: 23, 42 and 02. RGB value is (35,66,2). Sum of RGB (Red+Green+Blue) = 35+66+2=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 66 (26.17% from 255 or 64.08% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 66 - color contains mainly: green. Hex color #234202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234202 is #DCBDFD. Grayscale: #313131. Windows color (decimal): -14466558 or 148003. OLE color: 148003.
HSL color Cylindrical-coordinate representation of color #234202: hue angle of 89.06º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #234202 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 35 | 66 | 2 | - |
| CMYK | 0.47 | 0 | 0.97 | 0.74 |
| HSL | 89.06º | 0.94% | 0.13% | - |
| HSV(B) | 89.06º | 0.97% | 0.26% | - |
| XYZ | 2.65 | 4.26 | 0.74 | - |
| YUV | 49.44 | 101.23 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 66 | 2 | 0.47 | 0 | 0.97 | 0.74 | 89.06 | 0.94 | 0.13 |
| Hex | 23 | 42 | 2 | 2F | 0 | 61 | 4A | 59 | 5E | D |
| Octal | 43 | 102 | 2 | 57 | 0 | 141 | 112 | 131 | 136 | 15 |
| Binary | 100011 | 1000010 | 10 | 101111 | 0 | 1100001 | 1001010 | 1011001 | 1011110 | 1101 |
Color Harmonies of #234202
Complementary color
Monochromatic Colors of #234202
Black with #234202
Text Example
Text Example
White with #234202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234202; }
p { color: rgb(35,66,2); }
H1.HeaderClassName
{
color: #234202;
}
.AnyTagClassName
{
color: #234202;
}
</style>
background-color css
<style>
a { background-color: #234202; }
a { background-color: rgb(35,66,2); }
div.DivClassName
{
background-color: #234202;
}
.BgClassName
{
background-color: #234202;
}
</style>
border-color css
<style>
span { border-color: #234202; }
span { border-color: rgb(35,66,2); }
td.TdClassName
{
border-color: #234202;
}
.TagClassName
{
border-color: #234202;
}
</style>