Shades of Turtle Green #2E3602
Tints of Turtle Green #2E3602
RGB
CMYK
RGB Variations
Color information
#2E3602 (or 0x2E3602) is known color: Turtle Green. HEX triplet: 2E, 36 and 02. RGB value is (46,54,2). Sum of RGB (Red+Green+Blue) = 46+54+2=102 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.10% from 102); Green value is 54 (21.48% from 255 or 52.94% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 54 - color contains mainly: green. Hex color #2E3602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3602 is #D1C9FD. Grayscale: #2D2D2D. Windows color (decimal): -13748734 or 144942. OLE color: 144942.
HSL color Cylindrical-coordinate representation of color #2E3602: hue angle of 69.23º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E3602 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 46 | 54 | 2 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.79 |
| HSL | 69.23º | 0.93% | 0.11% | - |
| HSV(B) | 69.23º | 0.96% | 0.21% | - |
| XYZ | 2.46 | 3.22 | 0.55 | - |
| YUV | 45.68 | 103.35 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 54 | 2 | 0.15 | 0 | 0.96 | 0.79 | 69.23 | 0.93 | 0.11 |
| Hex | 2E | 36 | 2 | F | 0 | 60 | 4F | 45 | 5D | B |
| Octal | 56 | 66 | 2 | 17 | 0 | 140 | 117 | 105 | 135 | 13 |
| Binary | 101110 | 110110 | 10 | 1111 | 0 | 1100000 | 1001111 | 1000101 | 1011101 | 1011 |
Color Harmonies of #2E3602
Complementary color
Monochromatic Colors of #2E3602
Black with #2E3602
Text Example
Text Example
White with #2E3602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3602; }
p { color: rgb(46,54,2); }
H1.HeaderClassName
{
color: #2E3602;
}
.AnyTagClassName
{
color: #2E3602;
}
</style>
background-color css
<style>
a { background-color: #2E3602; }
a { background-color: rgb(46,54,2); }
div.DivClassName
{
background-color: #2E3602;
}
.BgClassName
{
background-color: #2E3602;
}
</style>
border-color css
<style>
span { border-color: #2E3602; }
span { border-color: rgb(46,54,2); }
td.TdClassName
{
border-color: #2E3602;
}
.TagClassName
{
border-color: #2E3602;
}
</style>