#27420F

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

Shades of Black Forest #27420F

Tints of Black Forest #27420F

Color information

#27420F (or 0x27420F) is unknown color: approx Black Forest. HEX triplet: 27, 42 and 0F. RGB value is (39,66,15). Sum of RGB (Red+Green+Blue) = 39+66+15=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 66 (26.17% from 255 or 55% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 66 - color contains mainly: green. Hex color #27420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27420F is #D8BDF0. Grayscale: #343434. Windows color (decimal): -14204401 or 999975. OLE color: 999975.

HSL color Cylindrical-coordinate representation of color #27420F: hue angle of 91.76º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27420F is Cyan = 0.41, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB396615-
CMYK0.4100.770.74
HSL91.76º62.96%15.88%-
HSV(B)91.76º77.27%25.88%-
XYZ2.874.361.14-
YUV52.11107.05118.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.5%
GREEN value IS 66 (26.17% from 255) = 55%
BLUE value IS 15 (6.25% from 255) = 12.5%
R=32.5%
G=55%
B=12.5%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3966150.4100.770.7491.7662.9615.88
Hex2742F2904D4A5c3f10
Octal47102175101151121347720
Binary10011110000101111101001010011011001010101110011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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