Shades of Turtle Green #303D03
Tints of Turtle Green #303D03
RGB
CMYK
RGB Variations
Color information
#303D03 (or 0x303D03) is known color: Turtle Green. HEX triplet: 30, 3D and 03. RGB value is (48,61,3). Sum of RGB (Red+Green+Blue) = 48+61+3=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 61 (24.22% from 255 or 54.46% from 112); Blue value is 3 (1.56% from 255 or 2.68% from 112); Max value from RGB is 61 - color contains mainly: green. Hex color #303D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303D03 is #CFC2FC. Grayscale: #323232. Windows color (decimal): -13615869 or 212272. OLE color: 212272.
HSL color Cylindrical-coordinate representation of color #303D03: hue angle of 73.45º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #303D03 is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 61 | 3 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.76 |
| HSL | 73.45º | 0.91% | 0.13% | - |
| HSV(B) | 73.45º | 0.95% | 0.24% | - |
| XYZ | 2.9 | 3.97 | 0.7 | - |
| YUV | 50.5 | 101.19 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 3 | 0.21 | 0 | 0.95 | 0.76 | 73.45 | 0.91 | 0.13 |
| Hex | 30 | 3D | 3 | 15 | 0 | 5F | 4C | 49 | 5B | D |
| Octal | 60 | 75 | 3 | 25 | 0 | 137 | 114 | 111 | 133 | 15 |
| Binary | 110000 | 111101 | 11 | 10101 | 0 | 1011111 | 1001100 | 1001001 | 1011011 | 1101 |
Color Harmonies of #303D03
Complementary color
Monochromatic Colors of #303D03
Black with #303D03
Text Example
Text Example
White with #303D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D03; }
p { color: rgb(48,61,3); }
H1.HeaderClassName
{
color: #303D03;
}
.AnyTagClassName
{
color: #303D03;
}
</style>
background-color css
<style>
a { background-color: #303D03; }
a { background-color: rgb(48,61,3); }
div.DivClassName
{
background-color: #303D03;
}
.BgClassName
{
background-color: #303D03;
}
</style>
border-color css
<style>
span { border-color: #303D03; }
span { border-color: rgb(48,61,3); }
td.TdClassName
{
border-color: #303D03;
}
.TagClassName
{
border-color: #303D03;
}
</style>