Shades of Turtle Green #2D3C00
Tints of Turtle Green #2D3C00
RGB
CMYK
RGB Variations
Color information
#2D3C00 (or 0x2D3C00) is known color: Turtle Green. HEX triplet: 2D, 3C and 00. RGB value is (45,60,0). Sum of RGB (Red+Green+Blue) = 45+60+0=105 (13% of max value = 765). Red value is 45 (17.97% from 255 or 42.86% from 105); Green value is 60 (23.83% from 255 or 57.14% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 60 - color contains mainly: green. Hex color #2D3C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3C00 is #D2C3FF. Grayscale: #303030. Windows color (decimal): -13812736 or 15405. OLE color: 15405.
HSL color Cylindrical-coordinate representation of color #2D3C00: hue angle of 75º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D3C00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
RGB | 45 | 60 | 0 | - |
CMYK | 0.25 | 0 | 1 | 0.76 |
HSL | 75º | 1% | 0.12% | - |
HSV(B) | 75º | 1% | 0.24% | - |
XYZ | 2.7 | 3.79 | 0.59 | - |
YUV | 48.68 | 100.53 | 125.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 60 | 0 | 0.25 | 0 | 1 | 0.76 | 75 | 1 | 0.12 |
Hex | 2D | 3C | 0 | 19 | 0 | 64 | 4C | 4B | 64 | C |
Octal | 55 | 74 | 0 | 31 | 0 | 144 | 114 | 113 | 144 | 14 |
Binary | 101101 | 111100 | 0 | 11001 | 0 | 1100100 | 1001100 | 1001011 | 1100100 | 1100 |
Color Harmonies of #2D3C00
Complementary color
Monochromatic Colors of #2D3C00
Black with #2D3C00
Text Example
Text Example
White with #2D3C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3C00; }
p { color: rgb(45,60,0); }
H1.HeaderClassName
{
color: #2D3C00;
}
.AnyTagClassName
{
color: #2D3C00;
}
</style>
background-color css
<style>
a { background-color: #2D3C00; }
a { background-color: rgb(45,60,0); }
div.DivClassName
{
background-color: #2D3C00;
}
.BgClassName
{
background-color: #2D3C00;
}
</style>
border-color css
<style>
span { border-color: #2D3C00; }
span { border-color: rgb(45,60,0); }
td.TdClassName
{
border-color: #2D3C00;
}
.TagClassName
{
border-color: #2D3C00;
}
</style>