Shades of Green Kelp #383B2D
Tints of Green Kelp #383B2D
RGB
CMYK
RGB Variations
Color information
#383B2D (or 0x383B2D) is known color: Green Kelp. HEX triplet: 38, 3B and 2D. RGB value is (56,59,45). Sum of RGB (Red+Green+Blue) = 56+59+45=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 59 - color contains mainly: green. Hex color #383B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383B2D is #C7C4D2. Grayscale: #383838. Windows color (decimal): -13092051 or 2964280. OLE color: 2964280.
HSL color Cylindrical-coordinate representation of color #383B2D: hue angle of 72.86º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #383B2D is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 59 | 45 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.77 |
| HSL | 72.86º | 0.13% | 0.2% | - |
| HSV(B) | 72.86º | 0.24% | 0.23% | - |
| XYZ | 3.67 | 4.16 | 3.09 | - |
| YUV | 56.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 59 | 45 | 0.05 | 0 | 0.24 | 0.77 | 72.86 | 0.13 | 0.2 |
| Hex | 38 | 3B | 2D | 5 | 0 | 18 | 4D | 49 | D | 14 |
| Octal | 70 | 73 | 55 | 5 | 0 | 30 | 115 | 111 | 15 | 24 |
| Binary | 111000 | 111011 | 101101 | 101 | 0 | 11000 | 1001101 | 1001001 | 1101 | 10100 |
Color Harmonies of #383B2D
Complementary color
Monochromatic Colors of #383B2D
Black with #383B2D
Text Example
Text Example
White with #383B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383B2D; }
p { color: rgb(56,59,45); }
H1.HeaderClassName
{
color: #383B2D;
}
.AnyTagClassName
{
color: #383B2D;
}
</style>
background-color css
<style>
a { background-color: #383B2D; }
a { background-color: rgb(56,59,45); }
div.DivClassName
{
background-color: #383B2D;
}
.BgClassName
{
background-color: #383B2D;
}
</style>
border-color css
<style>
span { border-color: #383B2D; }
span { border-color: rgb(56,59,45); }
td.TdClassName
{
border-color: #383B2D;
}
.TagClassName
{
border-color: #383B2D;
}
</style>