#304026

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

Shades of Black Forest #304026

Tints of Black Forest #304026

Color information

#304026 (or 0x304026) is unknown color: approx Black Forest. HEX triplet: 30, 40 and 26. RGB value is (48,64,38). Sum of RGB (Red+Green+Blue) = 48+64+38=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 38 (15.23% from 255 or 25.33% from 150); Max value from RGB is 64 - color contains mainly: green. Hex color #304026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304026 is #CFBFD9. Grayscale: #383838. Windows color (decimal): -13615066 or 2506800. OLE color: 2506800.

HSL color Cylindrical-coordinate representation of color #304026: hue angle of 96.92º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #304026 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB486438-
CMYK0.2500.410.75
HSL96.92º25.49%20%-
HSV(B)96.92º40.62%25.1%-
XYZ3.44.442.51-
YUV56.25117.7122.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32%
GREEN value IS 64 (25.39% from 255) = 42.67%
BLUE value IS 38 (15.23% from 255) = 25.33%
R=32%
G=42.67%
B=25.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4864380.2500.410.7596.9225.4920
Hex304026190294B611914
Octal6010046310511131413124
Binary1100001000000100110110010101001100101111000011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304026; }

 p { color: rgb(48,64,38); }

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

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

 a { background-color: rgb(48,64,38); }

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

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

 span { border-color: rgb(48,64,38); }

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