Shades of Turtle Green #2A3B0F
Tints of Turtle Green #2A3B0F
RGB
CMYK
RGB Variations
Color information
#2A3B0F (or 0x2A3B0F) is known color: Turtle Green. HEX triplet: 2A, 3B and 0F. RGB value is (42,59,15). Sum of RGB (Red+Green+Blue) = 42+59+15=116 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.21% from 116); Green value is 59 (23.44% from 255 or 50.86% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 59 - color contains mainly: green. Hex color #2A3B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3B0F is #D5C4F0. Grayscale: #313131. Windows color (decimal): -14009585 or 998186. OLE color: 998186.
HSL color Cylindrical-coordinate representation of color #2A3B0F: hue angle of 83.18º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A3B0F is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 42 | 59 | 15 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.77 |
| HSL | 83.18º | 0.59% | 0.15% | - |
| HSV(B) | 83.18º | 0.75% | 0.23% | - |
| XYZ | 2.61 | 3.65 | 1.02 | - |
| YUV | 48.9 | 108.87 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 59 | 15 | 0.29 | 0 | 0.75 | 0.77 | 83.18 | 0.59 | 0.15 |
| Hex | 2A | 3B | F | 1D | 0 | 4B | 4D | 53 | 3B | F |
| Octal | 52 | 73 | 17 | 35 | 0 | 113 | 115 | 123 | 73 | 17 |
| Binary | 101010 | 111011 | 1111 | 11101 | 0 | 1001011 | 1001101 | 1010011 | 111011 | 1111 |
Color Harmonies of #2A3B0F
Complementary color
Monochromatic Colors of #2A3B0F
Black with #2A3B0F
Text Example
Text Example
White with #2A3B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3B0F; }
p { color: rgb(42,59,15); }
H1.HeaderClassName
{
color: #2A3B0F;
}
.AnyTagClassName
{
color: #2A3B0F;
}
</style>
background-color css
<style>
a { background-color: #2A3B0F; }
a { background-color: rgb(42,59,15); }
div.DivClassName
{
background-color: #2A3B0F;
}
.BgClassName
{
background-color: #2A3B0F;
}
</style>
border-color css
<style>
span { border-color: #2A3B0F; }
span { border-color: rgb(42,59,15); }
td.TdClassName
{
border-color: #2A3B0F;
}
.TagClassName
{
border-color: #2A3B0F;
}
</style>