#303D28

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

Shades of Black Forest #303D28

Tints of Black Forest #303D28

Color information

#303D28 (or 0x303D28) is unknown color: approx Black Forest. HEX triplet: 30, 3D and 28. RGB value is (48,61,40). Sum of RGB (Red+Green+Blue) = 48+61+40=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 61 - color contains mainly: green. Hex color #303D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D28 is #CFC2D7. Grayscale: #363636. Windows color (decimal): -13615832 or 2637104. OLE color: 2637104.

HSL color Cylindrical-coordinate representation of color #303D28: hue angle of 97.14º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #303D28 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.76.

Color convert

RGB486140-
CMYK0.2100.340.76
HSL97.14º20.79%19.8%-
HSV(B)97.14º34.43%23.92%-
XYZ3.274.122.63-
YUV54.72119.69123.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.21%
GREEN value IS 61 (24.22% from 255) = 40.94%
BLUE value IS 40 (16.02% from 255) = 26.85%
R=32.21%
G=40.94%
B=26.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4861400.2100.340.7697.1420.7919.8
Hex303D28150224C611514
Octal607550250421141412524
Binary110000111101101000101010100010100110011000011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,61,40); }

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

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

 a { background-color: rgb(48,61,40); }

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

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

 span { border-color: rgb(48,61,40); }

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