Shades of Turtle Green #2A4B08
Tints of Turtle Green #2A4B08
RGB
CMYK
RGB Variations
Color information
#2A4B08 (or 0x2A4B08) is known color: Turtle Green. HEX triplet: 2A, 4B and 08. RGB value is (42,75,8). Sum of RGB (Red+Green+Blue) = 42+75+8=125 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.6% from 125); Green value is 75 (29.69% from 255 or 60% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 75 - color contains mainly: green. Hex color #2A4B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4B08 is #D5B4F7. Grayscale: #393939. Windows color (decimal): -14005496 or 543530. OLE color: 543530.
HSL color Cylindrical-coordinate representation of color #2A4B08: hue angle of 89.55º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A4B08 is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 75 | 8 | - |
| CMYK | 0.44 | 0 | 0.89 | 0.71 |
| HSL | 89.55º | 0.81% | 0.16% | - |
| HSV(B) | 89.55º | 0.89% | 0.29% | - |
| XYZ | 3.51 | 5.54 | 1.11 | - |
| YUV | 57.5 | 100.07 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 75 | 8 | 0.44 | 0 | 0.89 | 0.71 | 89.55 | 0.81 | 0.16 |
| Hex | 2A | 4B | 8 | 2C | 0 | 59 | 47 | 5A | 51 | 10 |
| Octal | 52 | 113 | 10 | 54 | 0 | 131 | 107 | 132 | 121 | 20 |
| Binary | 101010 | 1001011 | 1000 | 101100 | 0 | 1011001 | 1000111 | 1011010 | 1010001 | 10000 |
Color Harmonies of #2A4B08
Complementary color
Monochromatic Colors of #2A4B08
Black with #2A4B08
Text Example
Text Example
White with #2A4B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4B08; }
p { color: rgb(42,75,8); }
H1.HeaderClassName
{
color: #2A4B08;
}
.AnyTagClassName
{
color: #2A4B08;
}
</style>
background-color css
<style>
a { background-color: #2A4B08; }
a { background-color: rgb(42,75,8); }
div.DivClassName
{
background-color: #2A4B08;
}
.BgClassName
{
background-color: #2A4B08;
}
</style>
border-color css
<style>
span { border-color: #2A4B08; }
span { border-color: rgb(42,75,8); }
td.TdClassName
{
border-color: #2A4B08;
}
.TagClassName
{
border-color: #2A4B08;
}
</style>