#27480F

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

Shades of Black Forest #27480F

Tints of Black Forest #27480F

Color information

#27480F (or 0x27480F) is unknown color: approx Black Forest. HEX triplet: 27, 48 and 0F. RGB value is (39,72,15). Sum of RGB (Red+Green+Blue) = 39+72+15=126 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.95% from 126); Green value is 72 (28.52% from 255 or 57.14% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 72 - color contains mainly: green. Hex color #27480F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27480F is #D8B7F0. Grayscale: #373737. Windows color (decimal): -14202865 or 1001511. OLE color: 1001511.

HSL color Cylindrical-coordinate representation of color #27480F: hue angle of 94.74º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27480F is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB397215-
CMYK0.4600.790.72
HSL94.74º65.52%17.06%-
HSV(B)94.74º79.17%28.24%-
XYZ3.245.11.27-
YUV55.64105.07116.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.95%
GREEN value IS 72 (28.52% from 255) = 57.14%
BLUE value IS 15 (6.25% from 255) = 11.90%
R=30.95%
G=57.14%
B=11.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3972150.4600.790.7294.7465.5217.06
Hex2748F2E04F485f4211
Octal471101756011711013710221
Binary100111100100011111011100100111110010001011111100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27480F; }

 p { color: rgb(39,72,15); }

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

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

 a { background-color: rgb(39,72,15); }

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

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

 span { border-color: rgb(39,72,15); }

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