Shades of Turtle Green #273D02
Tints of Turtle Green #273D02
RGB
CMYK
RGB Variations
Color information
#273D02 (or 0x273D02) is known color: Turtle Green. HEX triplet: 27, 3D and 02. RGB value is (39,61,2). Sum of RGB (Red+Green+Blue) = 39+61+2=102 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.24% from 102); Green value is 61 (24.22% from 255 or 59.80% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 61 - color contains mainly: green. Hex color #273D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273D02 is #D8C2FD. Grayscale: #2F2F2F. Windows color (decimal): -14205694 or 146727. OLE color: 146727.
HSL color Cylindrical-coordinate representation of color #273D02: hue angle of 82.37º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #273D02 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 61 | 2 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.76 |
| HSL | 82.37º | 0.94% | 0.12% | - |
| HSV(B) | 82.37º | 0.97% | 0.24% | - |
| XYZ | 2.52 | 3.77 | 0.65 | - |
| YUV | 47.7 | 102.21 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 2 | 0.36 | 0 | 0.97 | 0.76 | 82.37 | 0.94 | 0.12 |
| Hex | 27 | 3D | 2 | 24 | 0 | 61 | 4C | 52 | 5E | C |
| Octal | 47 | 75 | 2 | 44 | 0 | 141 | 114 | 122 | 136 | 14 |
| Binary | 100111 | 111101 | 10 | 100100 | 0 | 1100001 | 1001100 | 1010010 | 1011110 | 1100 |
Color Harmonies of #273D02
Complementary color
Monochromatic Colors of #273D02
Black with #273D02
Text Example
Text Example
White with #273D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273D02; }
p { color: rgb(39,61,2); }
H1.HeaderClassName
{
color: #273D02;
}
.AnyTagClassName
{
color: #273D02;
}
</style>
background-color css
<style>
a { background-color: #273D02; }
a { background-color: rgb(39,61,2); }
div.DivClassName
{
background-color: #273D02;
}
.BgClassName
{
background-color: #273D02;
}
</style>
border-color css
<style>
span { border-color: #273D02; }
span { border-color: rgb(39,61,2); }
td.TdClassName
{
border-color: #273D02;
}
.TagClassName
{
border-color: #273D02;
}
</style>