Shades of Turtle Green #273A02
Tints of Turtle Green #273A02
RGB
CMYK
RGB Variations
Color information
#273A02 (or 0x273A02) is known color: Turtle Green. HEX triplet: 27, 3A and 02. RGB value is (39,58,2). Sum of RGB (Red+Green+Blue) = 39+58+2=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 58 (23.05% from 255 or 58.59% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 58 - color contains mainly: green. Hex color #273A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273A02 is #D8C5FD. Grayscale: #2E2E2E. Windows color (decimal): -14206462 or 145959. OLE color: 145959.
HSL color Cylindrical-coordinate representation of color #273A02: hue angle of 80.36º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #273A02 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 39 | 58 | 2 | - |
| CMYK | 0.33 | 0 | 0.97 | 0.77 |
| HSL | 80.36º | 0.93% | 0.12% | - |
| HSV(B) | 80.36º | 0.97% | 0.23% | - |
| XYZ | 2.36 | 3.46 | 0.6 | - |
| YUV | 45.94 | 103.21 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 58 | 2 | 0.33 | 0 | 0.97 | 0.77 | 80.36 | 0.93 | 0.12 |
| Hex | 27 | 3A | 2 | 21 | 0 | 61 | 4D | 50 | 5D | C |
| Octal | 47 | 72 | 2 | 41 | 0 | 141 | 115 | 120 | 135 | 14 |
| Binary | 100111 | 111010 | 10 | 100001 | 0 | 1100001 | 1001101 | 1010000 | 1011101 | 1100 |
Color Harmonies of #273A02
Complementary color
Monochromatic Colors of #273A02
Black with #273A02
Text Example
Text Example
White with #273A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273A02; }
p { color: rgb(39,58,2); }
H1.HeaderClassName
{
color: #273A02;
}
.AnyTagClassName
{
color: #273A02;
}
</style>
background-color css
<style>
a { background-color: #273A02; }
a { background-color: rgb(39,58,2); }
div.DivClassName
{
background-color: #273A02;
}
.BgClassName
{
background-color: #273A02;
}
</style>
border-color css
<style>
span { border-color: #273A02; }
span { border-color: rgb(39,58,2); }
td.TdClassName
{
border-color: #273A02;
}
.TagClassName
{
border-color: #273A02;
}
</style>