Shades of Turtle Green #2D3302
Tints of Turtle Green #2D3302
RGB
CMYK
RGB Variations
Color information
#2D3302 (or 0x2D3302) is known color: Turtle Green. HEX triplet: 2D, 33 and 02. RGB value is (45,51,2). Sum of RGB (Red+Green+Blue) = 45+51+2=98 (12% of max value = 765). Red value is 45 (17.97% from 255 or 45.92% from 98); Green value is 51 (20.31% from 255 or 52.04% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 51 - color contains mainly: green. Hex color #2D3302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3302 is #D2CCFD. Grayscale: #2B2B2B. Windows color (decimal): -13815038 or 144173. OLE color: 144173.
HSL color Cylindrical-coordinate representation of color #2D3302: hue angle of 67.35º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D3302 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 45 | 51 | 2 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.8 |
| HSL | 67.35º | 0.92% | 0.1% | - |
| HSV(B) | 67.35º | 0.96% | 0.2% | - |
| XYZ | 2.28 | 2.93 | 0.5 | - |
| YUV | 43.62 | 104.51 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 51 | 2 | 0.12 | 0 | 0.96 | 0.8 | 67.35 | 0.92 | 0.1 |
| Hex | 2D | 33 | 2 | C | 0 | 60 | 50 | 43 | 5C | A |
| Octal | 55 | 63 | 2 | 14 | 0 | 140 | 120 | 103 | 134 | 12 |
| Binary | 101101 | 110011 | 10 | 1100 | 0 | 1100000 | 1010000 | 1000011 | 1011100 | 1010 |
Color Harmonies of #2D3302
Complementary color
Monochromatic Colors of #2D3302
Black with #2D3302
Text Example
Text Example
White with #2D3302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3302; }
p { color: rgb(45,51,2); }
H1.HeaderClassName
{
color: #2D3302;
}
.AnyTagClassName
{
color: #2D3302;
}
</style>
background-color css
<style>
a { background-color: #2D3302; }
a { background-color: rgb(45,51,2); }
div.DivClassName
{
background-color: #2D3302;
}
.BgClassName
{
background-color: #2D3302;
}
</style>
border-color css
<style>
span { border-color: #2D3302; }
span { border-color: rgb(45,51,2); }
td.TdClassName
{
border-color: #2D3302;
}
.TagClassName
{
border-color: #2D3302;
}
</style>