Shades of Turtle Green #2A3A0F
Tints of Turtle Green #2A3A0F
RGB
CMYK
RGB Variations
Color information
#2A3A0F (or 0x2A3A0F) is known color: Turtle Green. HEX triplet: 2A, 3A and 0F. RGB value is (42,58,15). Sum of RGB (Red+Green+Blue) = 42+58+15=115 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.52% from 115); Green value is 58 (23.05% from 255 or 50.43% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 58 - color contains mainly: green. Hex color #2A3A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3A0F is #D5C5F0. Grayscale: #303030. Windows color (decimal): -14009841 or 997930. OLE color: 997930.
HSL color Cylindrical-coordinate representation of color #2A3A0F: hue angle of 82.33º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A3A0F is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 42 | 58 | 15 | - |
| CMYK | 0.28 | 0 | 0.74 | 0.77 |
| HSL | 82.33º | 0.59% | 0.14% | - |
| HSV(B) | 82.33º | 0.74% | 0.23% | - |
| XYZ | 2.55 | 3.55 | 1 | - |
| YUV | 48.31 | 109.2 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 58 | 15 | 0.28 | 0 | 0.74 | 0.77 | 82.33 | 0.59 | 0.14 |
| Hex | 2A | 3A | F | 1C | 0 | 4A | 4D | 52 | 3B | E |
| Octal | 52 | 72 | 17 | 34 | 0 | 112 | 115 | 122 | 73 | 16 |
| Binary | 101010 | 111010 | 1111 | 11100 | 0 | 1001010 | 1001101 | 1010010 | 111011 | 1110 |
Color Harmonies of #2A3A0F
Complementary color
Monochromatic Colors of #2A3A0F
Black with #2A3A0F
Text Example
Text Example
White with #2A3A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3A0F; }
p { color: rgb(42,58,15); }
H1.HeaderClassName
{
color: #2A3A0F;
}
.AnyTagClassName
{
color: #2A3A0F;
}
</style>
background-color css
<style>
a { background-color: #2A3A0F; }
a { background-color: rgb(42,58,15); }
div.DivClassName
{
background-color: #2A3A0F;
}
.BgClassName
{
background-color: #2A3A0F;
}
</style>
border-color css
<style>
span { border-color: #2A3A0F; }
span { border-color: rgb(42,58,15); }
td.TdClassName
{
border-color: #2A3A0F;
}
.TagClassName
{
border-color: #2A3A0F;
}
</style>