Shades of Turtle Green #2D330D
Tints of Turtle Green #2D330D
RGB
CMYK
RGB Variations
Color information
#2D330D (or 0x2D330D) is known color: Turtle Green. HEX triplet: 2D, 33 and 0D. RGB value is (45,51,13). Sum of RGB (Red+Green+Blue) = 45+51+13=109 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.28% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 51 - color contains mainly: green. Hex color #2D330D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D330D is #D2CCF2. Grayscale: #2D2D2D. Windows color (decimal): -13815027 or 865069. OLE color: 865069.
HSL color Cylindrical-coordinate representation of color #2D330D: hue angle of 69.47º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D330D is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 45 | 51 | 13 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.8 |
| HSL | 69.47º | 0.59% | 0.13% | - |
| HSV(B) | 69.47º | 0.75% | 0.2% | - |
| XYZ | 2.34 | 2.95 | 0.83 | - |
| YUV | 44.87 | 110.01 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 51 | 13 | 0.12 | 0 | 0.75 | 0.8 | 69.47 | 0.59 | 0.13 |
| Hex | 2D | 33 | D | C | 0 | 4B | 50 | 45 | 3B | D |
| Octal | 55 | 63 | 15 | 14 | 0 | 113 | 120 | 105 | 73 | 15 |
| Binary | 101101 | 110011 | 1101 | 1100 | 0 | 1001011 | 1010000 | 1000101 | 111011 | 1101 |
Color Harmonies of #2D330D
Complementary color
Monochromatic Colors of #2D330D
Black with #2D330D
Text Example
Text Example
White with #2D330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D330D; }
p { color: rgb(45,51,13); }
H1.HeaderClassName
{
color: #2D330D;
}
.AnyTagClassName
{
color: #2D330D;
}
</style>
background-color css
<style>
a { background-color: #2D330D; }
a { background-color: rgb(45,51,13); }
div.DivClassName
{
background-color: #2D330D;
}
.BgClassName
{
background-color: #2D330D;
}
</style>
border-color css
<style>
span { border-color: #2D330D; }
span { border-color: rgb(45,51,13); }
td.TdClassName
{
border-color: #2D330D;
}
.TagClassName
{
border-color: #2D330D;
}
</style>