Shades of Turtle Green #3C4302
Tints of Turtle Green #3C4302
RGB
CMYK
RGB Variations
Color information
#3C4302 (or 0x3C4302) is known color: Turtle Green. HEX triplet: 3C, 43 and 02. RGB value is (60,67,2). Sum of RGB (Red+Green+Blue) = 60+67+2=129 (17% of max value = 765). Red value is 60 (23.83% from 255 or 46.51% from 129); Green value is 67 (26.56% from 255 or 51.94% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 67 - color contains mainly: green. Hex color #3C4302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4302 is #C3BCFD. Grayscale: #393939. Windows color (decimal): -12827902 or 148284. OLE color: 148284.
HSL color Cylindrical-coordinate representation of color #3C4302: hue angle of 66.46º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C4302 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 67 | 2 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.74 |
| HSL | 66.46º | 0.94% | 0.14% | - |
| HSV(B) | 66.46º | 0.97% | 0.26% | - |
| XYZ | 3.88 | 4.98 | 0.81 | - |
| YUV | 57.5 | 96.68 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 67 | 2 | 0.10 | 0 | 0.97 | 0.74 | 66.46 | 0.94 | 0.14 |
| Hex | 3C | 43 | 2 | A | 0 | 61 | 4A | 42 | 5E | E |
| Octal | 74 | 103 | 2 | 12 | 0 | 141 | 112 | 102 | 136 | 16 |
| Binary | 111100 | 1000011 | 10 | 1010 | 0 | 1100001 | 1001010 | 1000010 | 1011110 | 1110 |
Color Harmonies of #3C4302
Complementary color
Monochromatic Colors of #3C4302
Black with #3C4302
Text Example
Text Example
White with #3C4302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4302; }
p { color: rgb(60,67,2); }
H1.HeaderClassName
{
color: #3C4302;
}
.AnyTagClassName
{
color: #3C4302;
}
</style>
background-color css
<style>
a { background-color: #3C4302; }
a { background-color: rgb(60,67,2); }
div.DivClassName
{
background-color: #3C4302;
}
.BgClassName
{
background-color: #3C4302;
}
</style>
border-color css
<style>
span { border-color: #3C4302; }
span { border-color: rgb(60,67,2); }
td.TdClassName
{
border-color: #3C4302;
}
.TagClassName
{
border-color: #3C4302;
}
</style>