Shades of Turtle Green #274602
Tints of Turtle Green #274602
RGB
CMYK
RGB Variations
Color information
#274602 (or 0x274602) is known color: Turtle Green. HEX triplet: 27, 46 and 02. RGB value is (39,70,2). Sum of RGB (Red+Green+Blue) = 39+70+2=111 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.14% from 111); Green value is 70 (27.73% from 255 or 63.06% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 70 - color contains mainly: green. Hex color #274602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274602 is #D8B9FD. Grayscale: #353535. Windows color (decimal): -14203390 or 149031. OLE color: 149031.
HSL color Cylindrical-coordinate representation of color #274602: hue angle of 87.35º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #274602 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 39 | 70 | 2 | - |
| CMYK | 0.44 | 0 | 0.97 | 0.73 |
| HSL | 87.35º | 0.94% | 0.14% | - |
| HSV(B) | 87.35º | 0.97% | 0.27% | - |
| XYZ | 3.04 | 4.82 | 0.83 | - |
| YUV | 52.98 | 99.23 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 70 | 2 | 0.44 | 0 | 0.97 | 0.73 | 87.35 | 0.94 | 0.14 |
| Hex | 27 | 46 | 2 | 2C | 0 | 61 | 49 | 57 | 5E | E |
| Octal | 47 | 106 | 2 | 54 | 0 | 141 | 111 | 127 | 136 | 16 |
| Binary | 100111 | 1000110 | 10 | 101100 | 0 | 1100001 | 1001001 | 1010111 | 1011110 | 1110 |
Color Harmonies of #274602
Complementary color
Monochromatic Colors of #274602
Black with #274602
Text Example
Text Example
White with #274602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274602; }
p { color: rgb(39,70,2); }
H1.HeaderClassName
{
color: #274602;
}
.AnyTagClassName
{
color: #274602;
}
</style>
background-color css
<style>
a { background-color: #274602; }
a { background-color: rgb(39,70,2); }
div.DivClassName
{
background-color: #274602;
}
.BgClassName
{
background-color: #274602;
}
</style>
border-color css
<style>
span { border-color: #274602; }
span { border-color: rgb(39,70,2); }
td.TdClassName
{
border-color: #274602;
}
.TagClassName
{
border-color: #274602;
}
</style>