Shades of Turtle Green #2A4A03
Tints of Turtle Green #2A4A03
RGB
CMYK
RGB Variations
Color information
#2A4A03 (or 0x2A4A03) is known color: Turtle Green. HEX triplet: 2A, 4A and 03. RGB value is (42,74,3). Sum of RGB (Red+Green+Blue) = 42+74+3=119 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.29% from 119); Green value is 74 (29.30% from 255 or 62.18% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 74 - color contains mainly: green. Hex color #2A4A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4A03 is #D5B5FC. Grayscale: #383838. Windows color (decimal): -14005757 or 215594. OLE color: 215594.
HSL color Cylindrical-coordinate representation of color #2A4A03: hue angle of 87.04º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A4A03 is Cyan = 0.43, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 74 | 3 | - |
| CMYK | 0.43 | 0 | 0.96 | 0.71 |
| HSL | 87.04º | 0.92% | 0.15% | - |
| HSV(B) | 87.04º | 0.96% | 0.29% | - |
| XYZ | 3.42 | 5.4 | 0.95 | - |
| YUV | 56.34 | 97.9 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 74 | 3 | 0.43 | 0 | 0.96 | 0.71 | 87.04 | 0.92 | 0.15 |
| Hex | 2A | 4A | 3 | 2B | 0 | 60 | 47 | 57 | 5C | F |
| Octal | 52 | 112 | 3 | 53 | 0 | 140 | 107 | 127 | 134 | 17 |
| Binary | 101010 | 1001010 | 11 | 101011 | 0 | 1100000 | 1000111 | 1010111 | 1011100 | 1111 |
Color Harmonies of #2A4A03
Complementary color
Monochromatic Colors of #2A4A03
Black with #2A4A03
Text Example
Text Example
White with #2A4A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4A03; }
p { color: rgb(42,74,3); }
H1.HeaderClassName
{
color: #2A4A03;
}
.AnyTagClassName
{
color: #2A4A03;
}
</style>
background-color css
<style>
a { background-color: #2A4A03; }
a { background-color: rgb(42,74,3); }
div.DivClassName
{
background-color: #2A4A03;
}
.BgClassName
{
background-color: #2A4A03;
}
</style>
border-color css
<style>
span { border-color: #2A4A03; }
span { border-color: rgb(42,74,3); }
td.TdClassName
{
border-color: #2A4A03;
}
.TagClassName
{
border-color: #2A4A03;
}
</style>