Shades of Turtle Green #30401A
Tints of Turtle Green #30401A
RGB
CMYK
RGB Variations
Color information
#30401A (or 0x30401A) is known color: Turtle Green. HEX triplet: 30, 40 and 1A. RGB value is (48,64,26). Sum of RGB (Red+Green+Blue) = 48+64+26=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 64 - color contains mainly: green. Hex color #30401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30401A is #CFBFE5. Grayscale: #373737. Windows color (decimal): -13615078 or 1720368. OLE color: 1720368.
HSL color Cylindrical-coordinate representation of color #30401A: hue angle of 85.26º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #30401A is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 64 | 26 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.75 |
| HSL | 85.26º | 0.42% | 0.18% | - |
| HSV(B) | 85.26º | 0.59% | 0.25% | - |
| XYZ | 3.24 | 4.37 | 1.65 | - |
| YUV | 54.88 | 111.7 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 26 | 0.25 | 0 | 0.59 | 0.75 | 85.26 | 0.42 | 0.18 |
| Hex | 30 | 40 | 1A | 19 | 0 | 3B | 4B | 55 | 2A | 12 |
| Octal | 60 | 100 | 32 | 31 | 0 | 73 | 113 | 125 | 52 | 22 |
| Binary | 110000 | 1000000 | 11010 | 11001 | 0 | 111011 | 1001011 | 1010101 | 101010 | 10010 |
Color Harmonies of #30401A
Complementary color
Monochromatic Colors of #30401A
Black with #30401A
Text Example
Text Example
White with #30401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30401A; }
p { color: rgb(48,64,26); }
H1.HeaderClassName
{
color: #30401A;
}
.AnyTagClassName
{
color: #30401A;
}
</style>
background-color css
<style>
a { background-color: #30401A; }
a { background-color: rgb(48,64,26); }
div.DivClassName
{
background-color: #30401A;
}
.BgClassName
{
background-color: #30401A;
}
</style>
border-color css
<style>
span { border-color: #30401A; }
span { border-color: rgb(48,64,26); }
td.TdClassName
{
border-color: #30401A;
}
.TagClassName
{
border-color: #30401A;
}
</style>