#274016

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

Shades of Black Forest #274016

Tints of Black Forest #274016

Color information

#274016 (or 0x274016) is unknown color: approx Black Forest. HEX triplet: 27, 40 and 16. RGB value is (39,64,22). Sum of RGB (Red+Green+Blue) = 39+64+22=125 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.2% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #274016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274016 is #D8BFE9. Grayscale: #333333. Windows color (decimal): -14204906 or 1458215. OLE color: 1458215.

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

Color convert

RGB396422-
CMYK0.3900.660.75
HSL95.71º48.84%16.86%-
HSV(B)95.71º65.62%25.1%-
XYZ2.814.161.41-
YUV51.74111.22118.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.2%
GREEN value IS 64 (25.39% from 255) = 51.2%
BLUE value IS 22 (8.98% from 255) = 17.6%
R=31.2%
G=51.2%
B=17.6%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3964220.3900.660.7595.7148.8416.86
Hex274016270424B603111
Octal47100264701021131406121
Binary100111100000010110100111010000101001011110000011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274016; }

 p { color: rgb(39,64,22); }

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

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

 a { background-color: rgb(39,64,22); }

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

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

 span { border-color: rgb(39,64,22); }

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