Shades of Turtle Green #283D02
Tints of Turtle Green #283D02
RGB
CMYK
RGB Variations
Color information
#283D02 (or 0x283D02) is known color: Turtle Green. HEX triplet: 28, 3D and 02. RGB value is (40,61,2). Sum of RGB (Red+Green+Blue) = 40+61+2=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 61 (24.22% from 255 or 59.22% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 61 - color contains mainly: green. Hex color #283D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283D02 is #D7C2FD. Grayscale: #303030. Windows color (decimal): -14140158 or 146728. OLE color: 146728.
HSL color Cylindrical-coordinate representation of color #283D02: hue angle of 81.36º 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 #283D02 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 61 | 2 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.76 |
| HSL | 81.36º | 0.94% | 0.12% | - |
| HSV(B) | 81.36º | 0.97% | 0.24% | - |
| XYZ | 2.55 | 3.79 | 0.65 | - |
| YUV | 48 | 102.04 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 2 | 0.34 | 0 | 0.97 | 0.76 | 81.36 | 0.94 | 0.12 |
| Hex | 28 | 3D | 2 | 22 | 0 | 61 | 4C | 51 | 5E | C |
| Octal | 50 | 75 | 2 | 42 | 0 | 141 | 114 | 121 | 136 | 14 |
| Binary | 101000 | 111101 | 10 | 100010 | 0 | 1100001 | 1001100 | 1010001 | 1011110 | 1100 |
Color Harmonies of #283D02
Complementary color
Monochromatic Colors of #283D02
Black with #283D02
Text Example
Text Example
White with #283D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283D02; }
p { color: rgb(40,61,2); }
H1.HeaderClassName
{
color: #283D02;
}
.AnyTagClassName
{
color: #283D02;
}
</style>
background-color css
<style>
a { background-color: #283D02; }
a { background-color: rgb(40,61,2); }
div.DivClassName
{
background-color: #283D02;
}
.BgClassName
{
background-color: #283D02;
}
</style>
border-color css
<style>
span { border-color: #283D02; }
span { border-color: rgb(40,61,2); }
td.TdClassName
{
border-color: #283D02;
}
.TagClassName
{
border-color: #283D02;
}
</style>