Shades of Turtle Green #2D320C
Tints of Turtle Green #2D320C
RGB
CMYK
RGB Variations
Color information
#2D320C (or 0x2D320C) is known color: Turtle Green. HEX triplet: 2D, 32 and 0C. RGB value is (45,50,12). Sum of RGB (Red+Green+Blue) = 45+50+12=107 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.06% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 50 - color contains mainly: green. Hex color #2D320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D320C is #D2CDF3. Grayscale: #2C2C2C. Windows color (decimal): -13815284 or 799277. OLE color: 799277.
HSL color Cylindrical-coordinate representation of color #2D320C: hue angle of 67.89º degrees, saturation: 0.61, 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 #2D320C is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
RGB | 45 | 50 | 12 | - |
CMYK | 0.10 | 0 | 0.76 | 0.80 |
HSL | 67.89º | 0.61% | 0.12% | - |
HSV(B) | 67.89º | 0.76% | 0.2% | - |
XYZ | 2.29 | 2.87 | 0.78 | - |
YUV | 44.17 | 109.84 | 128.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 50 | 12 | 0.10 | 0 | 0.76 | 0.80 | 67.89 | 0.61 | 0.12 |
Hex | 2D | 32 | C | A | 0 | 4C | 50 | 44 | 3D | C |
Octal | 55 | 62 | 14 | 12 | 0 | 114 | 120 | 104 | 75 | 14 |
Binary | 101101 | 110010 | 1100 | 1010 | 0 | 1001100 | 1010000 | 1000100 | 111101 | 1100 |
Color Harmonies of #2D320C
Complementary color
Monochromatic Colors of #2D320C
Black with #2D320C
Text Example
Text Example
White with #2D320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D320C; }
p { color: rgb(45,50,12); }
H1.HeaderClassName
{
color: #2D320C;
}
.AnyTagClassName
{
color: #2D320C;
}
</style>
background-color css
<style>
a { background-color: #2D320C; }
a { background-color: rgb(45,50,12); }
div.DivClassName
{
background-color: #2D320C;
}
.BgClassName
{
background-color: #2D320C;
}
</style>
border-color css
<style>
span { border-color: #2D320C; }
span { border-color: rgb(45,50,12); }
td.TdClassName
{
border-color: #2D320C;
}
.TagClassName
{
border-color: #2D320C;
}
</style>