#383B2D

Color #383B2D Green Kelp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Kelp #383B2D

Tints of Green Kelp #383B2D

Color information

#383B2D (or 0x383B2D) is unknown color: approx 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

RGB565945-
CMYK0.0500.240.77
HSL72.86º13.46%20.39%-
HSV(B)72.86º23.73%23.14%-
XYZ3.674.163.09-
YUV56.51121.51127.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 35%
GREEN value IS 59 (23.44% from 255) = 36.88%
BLUE value IS 45 (17.97% from 255) = 28.12%
R=35%
G=36.88%
B=28.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5659450.0500.240.7772.8613.4620.39
Hex383B2D50184D49d14
Octal70735550301151111524
Binary11100011101110110110101100010011011001001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>