Shades of Green Kelp #3A3F2A
Tints of Green Kelp #3A3F2A
RGB
CMYK
RGB Variations
Color information
#3A3F2A (or 0x3A3F2A) is known color: Green Kelp. HEX triplet: 3A, 3F and 2A. RGB value is (58,63,42). Sum of RGB (Red+Green+Blue) = 58+63+42=163 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.58% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 63 - color contains mainly: green. Hex color #3A3F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3F2A is #C5C0D5. Grayscale: #3B3B3B. Windows color (decimal): -12959958 or 2768698. OLE color: 2768698.
HSL color Cylindrical-coordinate representation of color #3A3F2A: hue angle of 74.29º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A3F2A is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 63 | 42 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.75 |
| HSL | 74.29º | 0.2% | 0.21% | - |
| HSV(B) | 74.29º | 0.33% | 0.25% | - |
| XYZ | 3.94 | 4.62 | 2.87 | - |
| YUV | 59.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 63 | 42 | 0.08 | 0 | 0.33 | 0.75 | 74.29 | 0.2 | 0.21 |
| Hex | 3A | 3F | 2A | 8 | 0 | 21 | 4B | 4A | 14 | 15 |
| Octal | 72 | 77 | 52 | 10 | 0 | 41 | 113 | 112 | 24 | 25 |
| Binary | 111010 | 111111 | 101010 | 1000 | 0 | 100001 | 1001011 | 1001010 | 10100 | 10101 |
Color Harmonies of #3A3F2A
Complementary color
Monochromatic Colors of #3A3F2A
Black with #3A3F2A
Text Example
Text Example
White with #3A3F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3F2A; }
p { color: rgb(58,63,42); }
H1.HeaderClassName
{
color: #3A3F2A;
}
.AnyTagClassName
{
color: #3A3F2A;
}
</style>
background-color css
<style>
a { background-color: #3A3F2A; }
a { background-color: rgb(58,63,42); }
div.DivClassName
{
background-color: #3A3F2A;
}
.BgClassName
{
background-color: #3A3F2A;
}
</style>
border-color css
<style>
span { border-color: #3A3F2A; }
span { border-color: rgb(58,63,42); }
td.TdClassName
{
border-color: #3A3F2A;
}
.TagClassName
{
border-color: #3A3F2A;
}
</style>