Html Css Color HEX #284812 Black Forest

📋 copy color: '#284812'

red 40 ◦ green 72 ◦ blue 18

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

Shades of Black Forest #284812

Tints of Black Forest #284812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 55.38%

 BLUE value IS 18 (7.42% from 255) = 13.85%

R = 30.77%
G = 55.38%
B = 13.85%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#284812 (or 0x284812) is known color: Black Forest. HEX triplet: 28, 48 and 12. RGB value is (40,72,18). Sum of RGB (Red+Green+Blue) = 40+72+18=130 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.77% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #284812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284812 is #D7B7ED. Grayscale: #383838. Windows color (decimal): -14137326 or 1198120. OLE color: 1198120.

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

Color convert

RGB 40 72 18 -
CMYK 0.44 0 0.75 0.72
HSL 95.56º 0.6% 0.18% -
HSV(B) 95.56º 0.75% 0.28% -
XYZ 3.3 5.13 1.39 -
YUV 56.28 106.4 116.39 -
System Red Green Blue C M Y K H S L
Decimal 40 72 18 0.44 0 0.75 0.72 95.56 0.6 0.18
Hex 28 48 12 2C 0 4B 48 60 3C 12
Octal 50 110 22 54 0 113 110 140 74 22
Binary 101000 1001000 10010 101100 0 1001011 1001000 1100000 111100 10010

Color Harmonies of #284812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284812

Black with #284812

Text Example


Text Example

White with #284812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284812; }

 p { color: rgb(40,72,18); }

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

background-color css

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

 a { background-color: rgb(40,72,18); }

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

border-color css

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

 span { border-color: rgb(40,72,18); }

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