Shades of Turtle Green #274202
Tints of Turtle Green #274202
RGB
CMYK
RGB Variations
Color information
#274202 (or 0x274202) is known color: Turtle Green. HEX triplet: 27, 42 and 02. RGB value is (39,66,2). Sum of RGB (Red+Green+Blue) = 39+66+2=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 66 (26.17% from 255 or 61.68% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 66 - color contains mainly: green. Hex color #274202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274202 is #D8BDFD. Grayscale: #323232. Windows color (decimal): -14204414 or 148007. OLE color: 148007.
HSL color Cylindrical-coordinate representation of color #274202: hue angle of 85.31º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #274202 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 39 | 66 | 2 | - |
| CMYK | 0.41 | 0 | 0.97 | 0.74 |
| HSL | 85.31º | 0.94% | 0.13% | - |
| HSV(B) | 85.31º | 0.97% | 0.26% | - |
| XYZ | 2.8 | 4.33 | 0.75 | - |
| YUV | 50.63 | 100.55 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 66 | 2 | 0.41 | 0 | 0.97 | 0.74 | 85.31 | 0.94 | 0.13 |
| Hex | 27 | 42 | 2 | 29 | 0 | 61 | 4A | 55 | 5E | D |
| Octal | 47 | 102 | 2 | 51 | 0 | 141 | 112 | 125 | 136 | 15 |
| Binary | 100111 | 1000010 | 10 | 101001 | 0 | 1100001 | 1001010 | 1010101 | 1011110 | 1101 |
Color Harmonies of #274202
Complementary color
Monochromatic Colors of #274202
Black with #274202
Text Example
Text Example
White with #274202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274202; }
p { color: rgb(39,66,2); }
H1.HeaderClassName
{
color: #274202;
}
.AnyTagClassName
{
color: #274202;
}
</style>
background-color css
<style>
a { background-color: #274202; }
a { background-color: rgb(39,66,2); }
div.DivClassName
{
background-color: #274202;
}
.BgClassName
{
background-color: #274202;
}
</style>
border-color css
<style>
span { border-color: #274202; }
span { border-color: rgb(39,66,2); }
td.TdClassName
{
border-color: #274202;
}
.TagClassName
{
border-color: #274202;
}
</style>