Shades of Green Kelp #383B2A
Tints of Green Kelp #383B2A
RGB
CMYK
RGB Variations
Color information
#383B2A (or 0x383B2A) is known color: Green Kelp. HEX triplet: 38, 3B and 2A. RGB value is (56,59,42). Sum of RGB (Red+Green+Blue) = 56+59+42=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 59 - color contains mainly: green. Hex color #383B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383B2A is #C7C4D5. Grayscale: #383838. Windows color (decimal): -13092054 or 2767672. OLE color: 2767672.
HSL color Cylindrical-coordinate representation of color #383B2A: hue angle of 70.59º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #383B2A is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 59 | 42 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.77 |
| HSL | 70.59º | 0.17% | 0.2% | - |
| HSV(B) | 70.59º | 0.29% | 0.23% | - |
| XYZ | 3.61 | 4.14 | 2.8 | - |
| YUV | 56.17 | 120.01 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 59 | 42 | 0.05 | 0 | 0.29 | 0.77 | 70.59 | 0.17 | 0.2 |
| Hex | 38 | 3B | 2A | 5 | 0 | 1D | 4D | 47 | 11 | 14 |
| Octal | 70 | 73 | 52 | 5 | 0 | 35 | 115 | 107 | 21 | 24 |
| Binary | 111000 | 111011 | 101010 | 101 | 0 | 11101 | 1001101 | 1000111 | 10001 | 10100 |
Color Harmonies of #383B2A
Complementary color
Monochromatic Colors of #383B2A
Black with #383B2A
Text Example
Text Example
White with #383B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383B2A; }
p { color: rgb(56,59,42); }
H1.HeaderClassName
{
color: #383B2A;
}
.AnyTagClassName
{
color: #383B2A;
}
</style>
background-color css
<style>
a { background-color: #383B2A; }
a { background-color: rgb(56,59,42); }
div.DivClassName
{
background-color: #383B2A;
}
.BgClassName
{
background-color: #383B2A;
}
</style>
border-color css
<style>
span { border-color: #383B2A; }
span { border-color: rgb(56,59,42); }
td.TdClassName
{
border-color: #383B2A;
}
.TagClassName
{
border-color: #383B2A;
}
</style>