#303E24

Color #303E24 Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #303E24

Tints of Black Forest #303E24

Color information

#303E24 (or 0x303E24) is unknown color: approx Black Forest. HEX triplet: 30, 3E and 24. RGB value is (48,62,36). Sum of RGB (Red+Green+Blue) = 48+62+36=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 62 (24.61% from 255 or 42.47% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 62 - color contains mainly: green. Hex color #303E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303E24 is #CFC1DB. Grayscale: #363636. Windows color (decimal): -13615580 or 2375216. OLE color: 2375216.

HSL color Cylindrical-coordinate representation of color #303E24: hue angle of 92.31º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #303E24 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.76.

Color convert

RGB486236-
CMYK0.2300.420.76
HSL92.31º26.53%19.22%-
HSV(B)92.31º41.94%24.31%-
XYZ3.264.22.31-
YUV54.85117.36123.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.88%
GREEN value IS 62 (24.61% from 255) = 42.47%
BLUE value IS 36 (14.45% from 255) = 24.66%
R=32.88%
G=42.47%
B=24.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4862360.2300.420.7692.3126.5319.22
Hex303E241702A4C5c1b13
Octal607644270521141343323
Binary110000111110100100101110101010100110010111001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303E24; }

 p { color: rgb(48,62,36); }

 H1.HeaderClassName
 {
   color: #303E24;
 }
 .AnyTagClassName
 {
   color: #303E24;
 }
</style>
background-color css

<style>
 a { background-color: #303E24; }

 a { background-color: rgb(48,62,36); }

 div.DivClassName
 {
   background-color: #303E24;
 }
 .BgClassName
 {
   background-color: #303E24;
 }
</style>
border-color css

<style>
 span { border-color: #303E24; }

 span { border-color: rgb(48,62,36); }

 td.TdClassName
 {
   border-color: #303E24;
 }
 .TagClassName
 {
   border-color: #303E24;
 }
</style>