Shades of Turtle Green #2D330C
Tints of Turtle Green #2D330C
RGB
CMYK
RGB Variations
Color information
#2D330C (or 0x2D330C) is known color: Turtle Green. HEX triplet: 2D, 33 and 0C. RGB value is (45,51,12). Sum of RGB (Red+Green+Blue) = 45+51+12=108 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.67% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #2D330C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D330C is #D2CCF3. Grayscale: #2C2C2C. Windows color (decimal): -13815028 or 799533. OLE color: 799533.
HSL color Cylindrical-coordinate representation of color #2D330C: hue angle of 69.23º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D330C is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 45 | 51 | 12 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.8 |
| HSL | 69.23º | 0.62% | 0.12% | - |
| HSV(B) | 69.23º | 0.76% | 0.2% | - |
| XYZ | 2.33 | 2.95 | 0.79 | - |
| YUV | 44.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 51 | 12 | 0.12 | 0 | 0.76 | 0.8 | 69.23 | 0.62 | 0.12 |
| Hex | 2D | 33 | C | C | 0 | 4C | 50 | 45 | 3E | C |
| Octal | 55 | 63 | 14 | 14 | 0 | 114 | 120 | 105 | 76 | 14 |
| Binary | 101101 | 110011 | 1100 | 1100 | 0 | 1001100 | 1010000 | 1000101 | 111110 | 1100 |
Color Harmonies of #2D330C
Complementary color
Monochromatic Colors of #2D330C
Black with #2D330C
Text Example
Text Example
White with #2D330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D330C; }
p { color: rgb(45,51,12); }
H1.HeaderClassName
{
color: #2D330C;
}
.AnyTagClassName
{
color: #2D330C;
}
</style>
background-color css
<style>
a { background-color: #2D330C; }
a { background-color: rgb(45,51,12); }
div.DivClassName
{
background-color: #2D330C;
}
.BgClassName
{
background-color: #2D330C;
}
</style>
border-color css
<style>
span { border-color: #2D330C; }
span { border-color: rgb(45,51,12); }
td.TdClassName
{
border-color: #2D330C;
}
.TagClassName
{
border-color: #2D330C;
}
</style>