#274118

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

Shades of Black Forest #274118

Tints of Black Forest #274118

Color information

#274118 (or 0x274118) is unknown color: approx Black Forest. HEX triplet: 27, 41 and 18. RGB value is (39,65,24). Sum of RGB (Red+Green+Blue) = 39+65+24=128 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.47% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #274118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274118 is #D8BEE7. Grayscale: #343434. Windows color (decimal): -14204648 or 1589543. OLE color: 1589543.

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

Color convert

RGB396524-
CMYK0.4000.630.75
HSL98.05º46.07%17.45%-
HSV(B)98.05º63.08%25.49%-
XYZ2.894.281.54-
YUV52.55111.89118.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.47%
GREEN value IS 65 (25.78% from 255) = 50.78%
BLUE value IS 24 (9.77% from 255) = 18.75%
R=30.47%
G=50.78%
B=18.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3965240.4000.630.7598.0546.0717.45
Hex2741182803F4B622e11
Octal4710130500771131425621
Binary10011110000011100010100001111111001011110001010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274118; }

 p { color: rgb(39,65,24); }

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

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

 a { background-color: rgb(39,65,24); }

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

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

 span { border-color: rgb(39,65,24); }

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