Html Css Color HEX #284714 Black Forest

📋 copy color: '#284714'

red 40 ◦ green 71 ◦ blue 20

#284714
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Forest #284714

Tints of Black Forest #284714

RGB

 RED value IS 40 (16.02% from 255) = 30.53%

 GREEN value IS 71 (28.13% from 255) = 54.2%

 BLUE value IS 20 (8.2% from 255) = 15.27%

R = 30.53%
G = 54.2%
B = 15.27%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#284714 (or 0x284714) is known color: Black Forest. HEX triplet: 28, 47 and 14. RGB value is (40,71,20). Sum of RGB (Red+Green+Blue) = 40+71+20=131 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.53% from 131); Green value is 71 (28.12% from 255 or 54.20% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 71 - color contains mainly: green. Hex color #284714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284714 is #D7B8EB. Grayscale: #383838. Windows color (decimal): -14137580 or 1328936. OLE color: 1328936.

HSL color Cylindrical-coordinate representation of color #284714: hue angle of 96.47º 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 #284714 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 40 71 20 -
CMYK 0.44 0 0.72 0.72
HSL 96.47º 0.56% 0.18% -
HSV(B) 96.47º 0.72% 0.28% -
XYZ 3.25 5.01 1.46 -
YUV 55.92 107.73 116.65 -
System Red Green Blue C M Y K H S L
Decimal 40 71 20 0.44 0 0.72 0.72 96.47 0.56 0.18
Hex 28 47 14 2C 0 48 48 60 38 12
Octal 50 107 24 54 0 110 110 140 70 22
Binary 101000 1000111 10100 101100 0 1001000 1001000 1100000 111000 10010

Color Harmonies of #284714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284714

Black with #284714

Text Example


Text Example

White with #284714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284714; }

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

 H1.HeaderClassName
 {
   color: #284714;
 }
 .AnyTagClassName
 {
   color: #284714;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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