Shades of Turtle Green #2D3C02
Tints of Turtle Green #2D3C02
RGB
CMYK
RGB Variations
Color information
#2D3C02 (or 0x2D3C02) is known color: Turtle Green. HEX triplet: 2D, 3C and 02. RGB value is (45,60,2). Sum of RGB (Red+Green+Blue) = 45+60+2=107 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.06% from 107); Green value is 60 (23.83% from 255 or 56.07% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 60 - color contains mainly: green. Hex color #2D3C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3C02 is #D2C3FD. Grayscale: #313131. Windows color (decimal): -13812734 or 146477. OLE color: 146477.
HSL color Cylindrical-coordinate representation of color #2D3C02: hue angle of 75.52º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D3C02 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
RGB | 45 | 60 | 2 | - |
CMYK | 0.25 | 0 | 0.97 | 0.76 |
HSL | 75.52º | 0.94% | 0.12% | - |
HSV(B) | 75.52º | 0.97% | 0.24% | - |
XYZ | 2.71 | 3.79 | 0.65 | - |
YUV | 48.9 | 101.53 | 125.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 60 | 2 | 0.25 | 0 | 0.97 | 0.76 | 75.52 | 0.94 | 0.12 |
Hex | 2D | 3C | 2 | 19 | 0 | 61 | 4C | 4C | 5E | C |
Octal | 55 | 74 | 2 | 31 | 0 | 141 | 114 | 114 | 136 | 14 |
Binary | 101101 | 111100 | 10 | 11001 | 0 | 1100001 | 1001100 | 1001100 | 1011110 | 1100 |
Color Harmonies of #2D3C02
Complementary color
Monochromatic Colors of #2D3C02
Black with #2D3C02
Text Example
Text Example
White with #2D3C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3C02; }
p { color: rgb(45,60,2); }
H1.HeaderClassName
{
color: #2D3C02;
}
.AnyTagClassName
{
color: #2D3C02;
}
</style>
background-color css
<style>
a { background-color: #2D3C02; }
a { background-color: rgb(45,60,2); }
div.DivClassName
{
background-color: #2D3C02;
}
.BgClassName
{
background-color: #2D3C02;
}
</style>
border-color css
<style>
span { border-color: #2D3C02; }
span { border-color: rgb(45,60,2); }
td.TdClassName
{
border-color: #2D3C02;
}
.TagClassName
{
border-color: #2D3C02;
}
</style>