#274710

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

Shades of Black Forest #274710

Tints of Black Forest #274710

Color information

#274710 (or 0x274710) is unknown color: approx Black Forest. HEX triplet: 27, 47 and 10. RGB value is (39,71,16). Sum of RGB (Red+Green+Blue) = 39+71+16=126 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.95% from 126); Green value is 71 (28.12% from 255 or 56.35% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 71 - color contains mainly: green. Hex color #274710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274710 is #D8B8EF. Grayscale: #373737. Windows color (decimal): -14203120 or 1066791. OLE color: 1066791.

HSL color Cylindrical-coordinate representation of color #274710: hue angle of 94.91º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #274710 is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.72.

Color convert

RGB397116-
CMYK0.4500.770.72
HSL94.91º63.22%17.06%-
HSV(B)94.91º77.46%27.84%-
XYZ3.184.981.28-
YUV55.16105.9116.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.95%
GREEN value IS 71 (28.12% from 255) = 56.35%
BLUE value IS 16 (6.64% from 255) = 12.70%
R=30.95%
G=56.35%
B=12.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3971160.4500.770.7294.9163.2217.06
Hex2747102D04D485f3f11
Octal47107205501151101377721
Binary100111100011110000101101010011011001000101111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274710; }

 p { color: rgb(39,71,16); }

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

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

 a { background-color: rgb(39,71,16); }

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

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

 span { border-color: rgb(39,71,16); }

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