Html Css Color HEX #284514 Black Forest

📋 copy color: '#284514'

red 40 ◦ green 69 ◦ blue 20

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

Shades of Black Forest #284514

Tints of Black Forest #284514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 53.49%

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

R = 31.01%
G = 53.49%
B = 15.5%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#284514 (or 0x284514) is known color: Black Forest. HEX triplet: 28, 45 and 14. RGB value is (40,69,20). Sum of RGB (Red+Green+Blue) = 40+69+20=129 (17% of max value = 765). Red value is 40 (16.02% from 255 or 31.01% from 129); Green value is 69 (27.34% from 255 or 53.49% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 69 - color contains mainly: green. Hex color #284514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284514 is #D7BAEB. Grayscale: #363636. Windows color (decimal): -14138092 or 1328424. OLE color: 1328424.

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

Color convert

RGB 40 69 20 -
CMYK 0.42 0 0.71 0.73
HSL 95.51º 0.55% 0.17% -
HSV(B) 95.51º 0.71% 0.27% -
XYZ 3.13 4.76 1.42 -
YUV 54.74 108.39 117.48 -
System Red Green Blue C M Y K H S L
Decimal 40 69 20 0.42 0 0.71 0.73 95.51 0.55 0.17
Hex 28 45 14 2A 0 47 49 60 37 11
Octal 50 105 24 52 0 107 111 140 67 21
Binary 101000 1000101 10100 101010 0 1000111 1001001 1100000 110111 10001

Color Harmonies of #284514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284514

Black with #284514

Text Example


Text Example

White with #284514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284514; }

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

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

background-color css

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

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

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

border-color css

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

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

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