Shades of Turtle Green #2A3600
Tints of Turtle Green #2A3600
RGB
CMYK
RGB Variations
Color information
#2A3600 (or 0x2A3600) is known color: Turtle Green. HEX triplet: 2A, 36 and 00. RGB value is (42,54,0). Sum of RGB (Red+Green+Blue) = 42+54+0=96 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.75% from 96); Green value is 54 (21.48% from 255 or 56.25% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 54 - color contains mainly: green. Hex color #2A3600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3600 is #D5C9FF. Grayscale: #2C2C2C. Windows color (decimal): -14010880 or 13866. OLE color: 13866.
HSL color Cylindrical-coordinate representation of color #2A3600: hue angle of 73.33º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A3600 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 54 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.79 |
| HSL | 73.33º | 1% | 0.11% | - |
| HSV(B) | 73.33º | 1% | 0.21% | - |
| XYZ | 2.27 | 3.13 | 0.48 | - |
| YUV | 44.26 | 103.02 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 54 | 0 | 0.22 | 0 | 1 | 0.79 | 73.33 | 1 | 0.11 |
| Hex | 2A | 36 | 0 | 16 | 0 | 64 | 4F | 49 | 64 | B |
| Octal | 52 | 66 | 0 | 26 | 0 | 144 | 117 | 111 | 144 | 13 |
| Binary | 101010 | 110110 | 0 | 10110 | 0 | 1100100 | 1001111 | 1001001 | 1100100 | 1011 |
Color Harmonies of #2A3600
Complementary color
Monochromatic Colors of #2A3600
Black with #2A3600
Text Example
Text Example
White with #2A3600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3600; }
p { color: rgb(42,54,0); }
H1.HeaderClassName
{
color: #2A3600;
}
.AnyTagClassName
{
color: #2A3600;
}
</style>
background-color css
<style>
a { background-color: #2A3600; }
a { background-color: rgb(42,54,0); }
div.DivClassName
{
background-color: #2A3600;
}
.BgClassName
{
background-color: #2A3600;
}
</style>
border-color css
<style>
span { border-color: #2A3600; }
span { border-color: rgb(42,54,0); }
td.TdClassName
{
border-color: #2A3600;
}
.TagClassName
{
border-color: #2A3600;
}
</style>