Shades of Turtle Green #283F01
Tints of Turtle Green #283F01
RGB
CMYK
RGB Variations
Color information
#283F01 (or 0x283F01) is known color: Turtle Green. HEX triplet: 28, 3F and 01. RGB value is (40,63,1). Sum of RGB (Red+Green+Blue) = 40+63+1=104 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.46% from 104); Green value is 63 (25% from 255 or 60.58% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 63 - color contains mainly: green. Hex color #283F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283F01 is #D7C0FE. Grayscale: #313131. Windows color (decimal): -14139647 or 81704. OLE color: 81704.
HSL color Cylindrical-coordinate representation of color #283F01: hue angle of 82.26º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #283F01 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 63 | 1 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.75 |
| HSL | 82.26º | 0.97% | 0.13% | - |
| HSV(B) | 82.26º | 0.98% | 0.25% | - |
| XYZ | 2.66 | 4.01 | 0.66 | - |
| YUV | 49.06 | 100.88 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 1 | 0.37 | 0 | 0.98 | 0.75 | 82.26 | 0.97 | 0.13 |
| Hex | 28 | 3F | 1 | 25 | 0 | 62 | 4B | 52 | 61 | D |
| Octal | 50 | 77 | 1 | 45 | 0 | 142 | 113 | 122 | 141 | 15 |
| Binary | 101000 | 111111 | 1 | 100101 | 0 | 1100010 | 1001011 | 1010010 | 1100001 | 1101 |
Color Harmonies of #283F01
Complementary color
Monochromatic Colors of #283F01
Black with #283F01
Text Example
Text Example
White with #283F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F01; }
p { color: rgb(40,63,1); }
H1.HeaderClassName
{
color: #283F01;
}
.AnyTagClassName
{
color: #283F01;
}
</style>
background-color css
<style>
a { background-color: #283F01; }
a { background-color: rgb(40,63,1); }
div.DivClassName
{
background-color: #283F01;
}
.BgClassName
{
background-color: #283F01;
}
</style>
border-color css
<style>
span { border-color: #283F01; }
span { border-color: rgb(40,63,1); }
td.TdClassName
{
border-color: #283F01;
}
.TagClassName
{
border-color: #283F01;
}
</style>