Shades of Turtle Green #2A3E0F
Tints of Turtle Green #2A3E0F
RGB
CMYK
RGB Variations
Color information
#2A3E0F (or 0x2A3E0F) is known color: Turtle Green. HEX triplet: 2A, 3E and 0F. RGB value is (42,62,15). Sum of RGB (Red+Green+Blue) = 42+62+15=119 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.29% from 119); Green value is 62 (24.61% from 255 or 52.10% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 62 - color contains mainly: green. Hex color #2A3E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3E0F is #D5C1F0. Grayscale: #323232. Windows color (decimal): -14008817 or 998954. OLE color: 998954.
HSL color Cylindrical-coordinate representation of color #2A3E0F: hue angle of 85.53º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A3E0F is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 62 | 15 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.76 |
| HSL | 85.53º | 0.61% | 0.15% | - |
| HSV(B) | 85.53º | 0.76% | 0.24% | - |
| XYZ | 2.76 | 3.97 | 1.07 | - |
| YUV | 50.66 | 107.87 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 62 | 15 | 0.32 | 0 | 0.76 | 0.76 | 85.53 | 0.61 | 0.15 |
| Hex | 2A | 3E | F | 20 | 0 | 4C | 4C | 56 | 3D | F |
| Octal | 52 | 76 | 17 | 40 | 0 | 114 | 114 | 126 | 75 | 17 |
| Binary | 101010 | 111110 | 1111 | 100000 | 0 | 1001100 | 1001100 | 1010110 | 111101 | 1111 |
Color Harmonies of #2A3E0F
Complementary color
Monochromatic Colors of #2A3E0F
Black with #2A3E0F
Text Example
Text Example
White with #2A3E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3E0F; }
p { color: rgb(42,62,15); }
H1.HeaderClassName
{
color: #2A3E0F;
}
.AnyTagClassName
{
color: #2A3E0F;
}
</style>
background-color css
<style>
a { background-color: #2A3E0F; }
a { background-color: rgb(42,62,15); }
div.DivClassName
{
background-color: #2A3E0F;
}
.BgClassName
{
background-color: #2A3E0F;
}
</style>
border-color css
<style>
span { border-color: #2A3E0F; }
span { border-color: rgb(42,62,15); }
td.TdClassName
{
border-color: #2A3E0F;
}
.TagClassName
{
border-color: #2A3E0F;
}
</style>