Shades of Turtle Green #303F01
Tints of Turtle Green #303F01
RGB
CMYK
RGB Variations
Color information
#303F01 (or 0x303F01) is known color: Turtle Green. HEX triplet: 30, 3F and 01. RGB value is (48,63,1). Sum of RGB (Red+Green+Blue) = 48+63+1=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 63 (25% from 255 or 56.25% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 63 - color contains mainly: green. Hex color #303F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303F01 is #CFC0FE. Grayscale: #333333. Windows color (decimal): -13615359 or 81712. OLE color: 81712.
HSL color Cylindrical-coordinate representation of color #303F01: hue angle of 74.52º 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 #303F01 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 63 | 1 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.75 |
| HSL | 74.52º | 0.97% | 0.13% | - |
| HSV(B) | 74.52º | 0.98% | 0.25% | - |
| XYZ | 3 | 4.19 | 0.68 | - |
| YUV | 51.45 | 99.53 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 1 | 0.24 | 0 | 0.98 | 0.75 | 74.52 | 0.97 | 0.13 |
| Hex | 30 | 3F | 1 | 18 | 0 | 62 | 4B | 4B | 61 | D |
| Octal | 60 | 77 | 1 | 30 | 0 | 142 | 113 | 113 | 141 | 15 |
| Binary | 110000 | 111111 | 1 | 11000 | 0 | 1100010 | 1001011 | 1001011 | 1100001 | 1101 |
Color Harmonies of #303F01
Complementary color
Monochromatic Colors of #303F01
Black with #303F01
Text Example
Text Example
White with #303F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F01; }
p { color: rgb(48,63,1); }
H1.HeaderClassName
{
color: #303F01;
}
.AnyTagClassName
{
color: #303F01;
}
</style>
background-color css
<style>
a { background-color: #303F01; }
a { background-color: rgb(48,63,1); }
div.DivClassName
{
background-color: #303F01;
}
.BgClassName
{
background-color: #303F01;
}
</style>
border-color css
<style>
span { border-color: #303F01; }
span { border-color: rgb(48,63,1); }
td.TdClassName
{
border-color: #303F01;
}
.TagClassName
{
border-color: #303F01;
}
</style>