Shades of Turtle Green #2A3C02
Tints of Turtle Green #2A3C02
RGB
CMYK
RGB Variations
Color information
#2A3C02 (or 0x2A3C02) is known color: Turtle Green. HEX triplet: 2A, 3C and 02. RGB value is (42,60,2). Sum of RGB (Red+Green+Blue) = 42+60+2=104 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40.38% from 104); Green value is 60 (23.83% from 255 or 57.69% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 60 - color contains mainly: green. Hex color #2A3C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3C02 is #D5C3FD. Grayscale: #303030. Windows color (decimal): -14009342 or 146474. OLE color: 146474.
HSL color Cylindrical-coordinate representation of color #2A3C02: hue angle of 78.62º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A3C02 is Cyan = 0.3, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 60 | 2 | - |
| CMYK | 0.3 | 0 | 0.97 | 0.76 |
| HSL | 78.62º | 0.94% | 0.12% | - |
| HSV(B) | 78.62º | 0.97% | 0.24% | - |
| XYZ | 2.58 | 3.73 | 0.64 | - |
| YUV | 48.01 | 102.04 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 60 | 2 | 0.3 | 0 | 0.97 | 0.76 | 78.62 | 0.94 | 0.12 |
| Hex | 2A | 3C | 2 | 1E | 0 | 61 | 4C | 4F | 5E | C |
| Octal | 52 | 74 | 2 | 36 | 0 | 141 | 114 | 117 | 136 | 14 |
| Binary | 101010 | 111100 | 10 | 11110 | 0 | 1100001 | 1001100 | 1001111 | 1011110 | 1100 |
Color Harmonies of #2A3C02
Complementary color
Monochromatic Colors of #2A3C02
Black with #2A3C02
Text Example
Text Example
White with #2A3C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3C02; }
p { color: rgb(42,60,2); }
H1.HeaderClassName
{
color: #2A3C02;
}
.AnyTagClassName
{
color: #2A3C02;
}
</style>
background-color css
<style>
a { background-color: #2A3C02; }
a { background-color: rgb(42,60,2); }
div.DivClassName
{
background-color: #2A3C02;
}
.BgClassName
{
background-color: #2A3C02;
}
</style>
border-color css
<style>
span { border-color: #2A3C02; }
span { border-color: rgb(42,60,2); }
td.TdClassName
{
border-color: #2A3C02;
}
.TagClassName
{
border-color: #2A3C02;
}
</style>