Shades of Turtle Green #283C02
Tints of Turtle Green #283C02
RGB
CMYK
RGB Variations
Color information
#283C02 (or 0x283C02) is known color: Turtle Green. HEX triplet: 28, 3C and 02. RGB value is (40,60,2). Sum of RGB (Red+Green+Blue) = 40+60+2=102 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.22% from 102); Green value is 60 (23.83% from 255 or 58.82% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 60 - color contains mainly: green. Hex color #283C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283C02 is #D7C3FD. Grayscale: #2F2F2F. Windows color (decimal): -14140414 or 146472. OLE color: 146472.
HSL color Cylindrical-coordinate representation of color #283C02: hue angle of 80.69º 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 #283C02 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 60 | 2 | - |
| CMYK | 0.33 | 0 | 0.97 | 0.76 |
| HSL | 80.69º | 0.94% | 0.12% | - |
| HSV(B) | 80.69º | 0.97% | 0.24% | - |
| XYZ | 2.5 | 3.69 | 0.64 | - |
| YUV | 47.41 | 102.37 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 2 | 0.33 | 0 | 0.97 | 0.76 | 80.69 | 0.94 | 0.12 |
| Hex | 28 | 3C | 2 | 21 | 0 | 61 | 4C | 51 | 5E | C |
| Octal | 50 | 74 | 2 | 41 | 0 | 141 | 114 | 121 | 136 | 14 |
| Binary | 101000 | 111100 | 10 | 100001 | 0 | 1100001 | 1001100 | 1010001 | 1011110 | 1100 |
Color Harmonies of #283C02
Complementary color
Monochromatic Colors of #283C02
Black with #283C02
Text Example
Text Example
White with #283C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C02; }
p { color: rgb(40,60,2); }
H1.HeaderClassName
{
color: #283C02;
}
.AnyTagClassName
{
color: #283C02;
}
</style>
background-color css
<style>
a { background-color: #283C02; }
a { background-color: rgb(40,60,2); }
div.DivClassName
{
background-color: #283C02;
}
.BgClassName
{
background-color: #283C02;
}
</style>
border-color css
<style>
span { border-color: #283C02; }
span { border-color: rgb(40,60,2); }
td.TdClassName
{
border-color: #283C02;
}
.TagClassName
{
border-color: #283C02;
}
</style>