Shades of Turtle Green #2D3407
Tints of Turtle Green #2D3407
RGB
CMYK
RGB Variations
Color information
#2D3407 (or 0x2D3407) is known color: Turtle Green. HEX triplet: 2D, 34 and 07. RGB value is (45,52,7). Sum of RGB (Red+Green+Blue) = 45+52+7=104 (13% of max value = 765). Red value is 45 (17.97% from 255 or 43.27% from 104); Green value is 52 (20.70% from 255 or 50% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 52 - color contains mainly: green. Hex color #2D3407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3407 is #D2CBF8. Grayscale: #2C2C2C. Windows color (decimal): -13814777 or 472109. OLE color: 472109.
HSL color Cylindrical-coordinate representation of color #2D3407: hue angle of 69.33º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D3407 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.80.
Color convert
RGB | 45 | 52 | 7 | - |
CMYK | 0.13 | 0 | 0.87 | 0.80 |
HSL | 69.33º | 0.76% | 0.12% | - |
HSV(B) | 69.33º | 0.87% | 0.2% | - |
XYZ | 2.35 | 3.03 | 0.66 | - |
YUV | 44.78 | 106.68 | 128.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 52 | 7 | 0.13 | 0 | 0.87 | 0.80 | 69.33 | 0.76 | 0.12 |
Hex | 2D | 34 | 7 | D | 0 | 57 | 50 | 45 | 4C | C |
Octal | 55 | 64 | 7 | 15 | 0 | 127 | 120 | 105 | 114 | 14 |
Binary | 101101 | 110100 | 111 | 1101 | 0 | 1010111 | 1010000 | 1000101 | 1001100 | 1100 |
Color Harmonies of #2D3407
Complementary color
Monochromatic Colors of #2D3407
Black with #2D3407
Text Example
Text Example
White with #2D3407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3407; }
p { color: rgb(45,52,7); }
H1.HeaderClassName
{
color: #2D3407;
}
.AnyTagClassName
{
color: #2D3407;
}
</style>
background-color css
<style>
a { background-color: #2D3407; }
a { background-color: rgb(45,52,7); }
div.DivClassName
{
background-color: #2D3407;
}
.BgClassName
{
background-color: #2D3407;
}
</style>
border-color css
<style>
span { border-color: #2D3407; }
span { border-color: rgb(45,52,7); }
td.TdClassName
{
border-color: #2D3407;
}
.TagClassName
{
border-color: #2D3407;
}
</style>