#274612

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

Shades of Black Forest #274612

Tints of Black Forest #274612

Color information

#274612 (or 0x274612) is unknown color: approx Black Forest. HEX triplet: 27, 46 and 12. RGB value is (39,70,18). Sum of RGB (Red+Green+Blue) = 39+70+18=127 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.71% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #274612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274612 is #D8B9ED. Grayscale: #363636. Windows color (decimal): -14203374 or 1197607. OLE color: 1197607.

HSL color Cylindrical-coordinate representation of color #274612: hue angle of 95.77º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #274612 is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB397018-
CMYK0.4400.740.73
HSL95.77º59.09%17.25%-
HSV(B)95.77º74.29%27.45%-
XYZ3.144.861.34-
YUV54.8107.23116.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.71%
GREEN value IS 70 (27.73% from 255) = 55.12%
BLUE value IS 18 (7.42% from 255) = 14.17%
R=30.71%
G=55.12%
B=14.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3970180.4400.740.7395.7759.0917.25
Hex2746122C04A49603b11
Octal47106225401121111407321
Binary100111100011010010101100010010101001001110000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274612; }

 p { color: rgb(39,70,18); }

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

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

 a { background-color: rgb(39,70,18); }

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

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

 span { border-color: rgb(39,70,18); }

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