Html Css Color HEX #28470F Black Forest

📋 copy color: '#28470F'

red 40 ◦ green 71 ◦ blue 15

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

Shades of Black Forest #28470F

Tints of Black Forest #28470F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.9%

R = 31.75%
G = 56.35%
B = 11.9%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#28470F (or 0x28470F) is known color: Black Forest. HEX triplet: 28, 47 and 0F. RGB value is (40,71,15). Sum of RGB (Red+Green+Blue) = 40+71+15=126 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.75% from 126); Green value is 71 (28.12% from 255 or 56.35% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 71 - color contains mainly: green. Hex color #28470F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28470F is #D7B8F0. Grayscale: #373737. Windows color (decimal): -14137585 or 1001256. OLE color: 1001256.

HSL color Cylindrical-coordinate representation of color #28470F: hue angle of 93.21º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28470F is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 40 71 15 -
CMYK 0.44 0 0.79 0.72
HSL 93.21º 0.65% 0.17% -
HSV(B) 93.21º 0.79% 0.28% -
XYZ 3.21 4.99 1.25 -
YUV 55.35 105.23 117.05 -
System Red Green Blue C M Y K H S L
Decimal 40 71 15 0.44 0 0.79 0.72 93.21 0.65 0.17
Hex 28 47 F 2C 0 4F 48 5D 41 11
Octal 50 107 17 54 0 117 110 135 101 21
Binary 101000 1000111 1111 101100 0 1001111 1001000 1011101 1000001 10001

Color Harmonies of #28470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28470F

Black with #28470F

Text Example


Text Example

White with #28470F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28470F; }

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

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

background-color css

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

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

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

border-color css

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

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

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