Shades of Turtle Green #303F1B
Tints of Turtle Green #303F1B
RGB
CMYK
RGB Variations
Color information
#303F1B (or 0x303F1B) is known color: Turtle Green. HEX triplet: 30, 3F and 1B. RGB value is (48,63,27). Sum of RGB (Red+Green+Blue) = 48+63+27=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 63 (25% from 255 or 45.65% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 63 - color contains mainly: green. Hex color #303F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303F1B is #CFC0E4. Grayscale: #363636. Windows color (decimal): -13615333 or 1785648. OLE color: 1785648.
HSL color Cylindrical-coordinate representation of color #303F1B: hue angle of 85º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #303F1B is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 63 | 27 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.75 |
| HSL | 85º | 0.4% | 0.18% | - |
| HSV(B) | 85º | 0.57% | 0.25% | - |
| XYZ | 3.19 | 4.26 | 1.69 | - |
| YUV | 54.41 | 112.53 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 27 | 0.24 | 0 | 0.57 | 0.75 | 85 | 0.4 | 0.18 |
| Hex | 30 | 3F | 1B | 18 | 0 | 39 | 4B | 55 | 28 | 12 |
| Octal | 60 | 77 | 33 | 30 | 0 | 71 | 113 | 125 | 50 | 22 |
| Binary | 110000 | 111111 | 11011 | 11000 | 0 | 111001 | 1001011 | 1010101 | 101000 | 10010 |
Color Harmonies of #303F1B
Complementary color
Monochromatic Colors of #303F1B
Black with #303F1B
Text Example
Text Example
White with #303F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F1B; }
p { color: rgb(48,63,27); }
H1.HeaderClassName
{
color: #303F1B;
}
.AnyTagClassName
{
color: #303F1B;
}
</style>
background-color css
<style>
a { background-color: #303F1B; }
a { background-color: rgb(48,63,27); }
div.DivClassName
{
background-color: #303F1B;
}
.BgClassName
{
background-color: #303F1B;
}
</style>
border-color css
<style>
span { border-color: #303F1B; }
span { border-color: rgb(48,63,27); }
td.TdClassName
{
border-color: #303F1B;
}
.TagClassName
{
border-color: #303F1B;
}
</style>