#273E14

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

Shades of Black Forest #273E14

Tints of Black Forest #273E14

Color information

#273E14 (or 0x273E14) is unknown color: approx Black Forest. HEX triplet: 27, 3E and 14. RGB value is (39,62,20). Sum of RGB (Red+Green+Blue) = 39+62+20=121 (16% of max value = 765). Red value is 39 (15.62% from 255 or 32.23% from 121); Green value is 62 (24.61% from 255 or 51.24% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 62 - color contains mainly: green. Hex color #273E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273E14 is #D8C1EB. Grayscale: #323232. Windows color (decimal): -14205420 or 1326631. OLE color: 1326631.

HSL color Cylindrical-coordinate representation of color #273E14: hue angle of 92.86º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #273E14 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.76.

Color convert

RGB396220-
CMYK0.3700.680.76
HSL92.86º51.22%16.08%-
HSV(B)92.86º67.74%24.31%-
XYZ2.693.931.28-
YUV50.34110.88119.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.23%
GREEN value IS 62 (24.61% from 255) = 51.24%
BLUE value IS 20 (8.20% from 255) = 16.53%
R=32.23%
G=51.24%
B=16.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3962200.3700.680.7692.8651.2216.08
Hex273E14250444C5d3310
Octal4776244501041141356320
Binary10011111111010100100101010001001001100101110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273E14; }

 p { color: rgb(39,62,20); }

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

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

 a { background-color: rgb(39,62,20); }

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

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

 span { border-color: rgb(39,62,20); }

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