#303F27

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

Shades of Black Forest #303F27

Tints of Black Forest #303F27

Color information

#303F27 (or 0x303F27) is unknown color: approx Black Forest. HEX triplet: 30, 3F and 27. RGB value is (48,63,39). Sum of RGB (Red+Green+Blue) = 48+63+39=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 63 (25% from 255 or 42% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 63 - color contains mainly: green. Hex color #303F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303F27 is #CFC0D8. Grayscale: #373737. Windows color (decimal): -13615321 or 2572080. OLE color: 2572080.

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

Color convert

RGB486339-
CMYK0.2400.380.75
HSL97.5º23.53%20%-
HSV(B)97.5º38.1%24.71%-
XYZ3.364.332.58-
YUV55.78118.53122.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32%
GREEN value IS 63 (25% from 255) = 42%
BLUE value IS 39 (15.62% from 255) = 26%
R=32%
G=42%
B=26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4863390.2400.380.7597.523.5320
Hex303F27180264B621814
Octal607747300461131423024
Binary110000111111100111110000100110100101111000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,63,39); }

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

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

 a { background-color: rgb(48,63,39); }

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

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

 span { border-color: rgb(48,63,39); }

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