Shades of Turtle Green #274A02
Tints of Turtle Green #274A02
RGB
CMYK
RGB Variations
Color information
#274A02 (or 0x274A02) is known color: Turtle Green. HEX triplet: 27, 4A and 02. RGB value is (39,74,2). Sum of RGB (Red+Green+Blue) = 39+74+2=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 74 (29.30% from 255 or 64.35% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 74 - color contains mainly: green. Hex color #274A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274A02 is #D8B5FD. Grayscale: #373737. Windows color (decimal): -14202366 or 150055. OLE color: 150055.
HSL color Cylindrical-coordinate representation of color #274A02: hue angle of 89.17º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #274A02 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 74 | 2 | - |
| CMYK | 0.47 | 0 | 0.97 | 0.71 |
| HSL | 89.17º | 0.95% | 0.15% | - |
| HSV(B) | 89.17º | 0.97% | 0.29% | - |
| XYZ | 3.3 | 5.33 | 0.91 | - |
| YUV | 55.33 | 97.9 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 74 | 2 | 0.47 | 0 | 0.97 | 0.71 | 89.17 | 0.95 | 0.15 |
| Hex | 27 | 4A | 2 | 2F | 0 | 61 | 47 | 59 | 5F | F |
| Octal | 47 | 112 | 2 | 57 | 0 | 141 | 107 | 131 | 137 | 17 |
| Binary | 100111 | 1001010 | 10 | 101111 | 0 | 1100001 | 1000111 | 1011001 | 1011111 | 1111 |
Color Harmonies of #274A02
Complementary color
Monochromatic Colors of #274A02
Black with #274A02
Text Example
Text Example
White with #274A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274A02; }
p { color: rgb(39,74,2); }
H1.HeaderClassName
{
color: #274A02;
}
.AnyTagClassName
{
color: #274A02;
}
</style>
background-color css
<style>
a { background-color: #274A02; }
a { background-color: rgb(39,74,2); }
div.DivClassName
{
background-color: #274A02;
}
.BgClassName
{
background-color: #274A02;
}
</style>
border-color css
<style>
span { border-color: #274A02; }
span { border-color: rgb(39,74,2); }
td.TdClassName
{
border-color: #274A02;
}
.TagClassName
{
border-color: #274A02;
}
</style>