#2A4714

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

Shades of Black Forest #2A4714

Tints of Black Forest #2A4714

Color information

#2A4714 (or 0x2A4714) is unknown color: approx Black Forest. HEX triplet: 2A, 47 and 14. RGB value is (42,71,20). Sum of RGB (Red+Green+Blue) = 42+71+20=133 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.58% from 133); Green value is 71 (28.12% from 255 or 53.38% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 71 - color contains mainly: green. Hex color #2A4714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4714 is #D5B8EB. Grayscale: #383838. Windows color (decimal): -14006508 or 1328938. OLE color: 1328938.

HSL color Cylindrical-coordinate representation of color #2A4714: hue angle of 94.12º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A4714 is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB427120-
CMYK0.4100.720.72
HSL94.12º56.04%17.84%-
HSV(B)94.12º71.83%27.84%-
XYZ3.335.051.46-
YUV56.52107.39117.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 31.58%
GREEN value IS 71 (28.12% from 255) = 53.38%
BLUE value IS 20 (8.20% from 255) = 15.04%
R=31.58%
G=53.38%
B=15.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4271200.4100.720.7294.1256.0417.84
Hex2A471429048485e3812
Octal52107245101101101367022
Binary101010100011110100101001010010001001000101111011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A4714; }

 p { color: rgb(42,71,20); }

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

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

 a { background-color: rgb(42,71,20); }

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

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

 span { border-color: rgb(42,71,20); }

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