Html Css Color HEX #28470D Black Forest

📋 copy color: '#28470D'

red 40 ◦ green 71 ◦ blue 13

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

Shades of Black Forest #28470D

Tints of Black Forest #28470D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.48%

R = 32.26%
G = 57.26%
B = 10.48%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#28470D (or 0x28470D) is known color: Black Forest. HEX triplet: 28, 47 and 0D. RGB value is (40,71,13). Sum of RGB (Red+Green+Blue) = 40+71+13=124 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.26% from 124); Green value is 71 (28.12% from 255 or 57.26% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 71 - color contains mainly: green. Hex color #28470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28470D is #D7B8F2. Grayscale: #373737. Windows color (decimal): -14137587 or 870184. OLE color: 870184.

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

Color convert

RGB 40 71 13 -
CMYK 0.44 0 0.82 0.72
HSL 92.07º 0.69% 0.16% -
HSV(B) 92.07º 0.82% 0.28% -
XYZ 3.2 4.99 1.17 -
YUV 55.12 104.23 117.22 -
System Red Green Blue C M Y K H S L
Decimal 40 71 13 0.44 0 0.82 0.72 92.07 0.69 0.16
Hex 28 47 D 2C 0 52 48 5C 45 10
Octal 50 107 15 54 0 122 110 134 105 20
Binary 101000 1000111 1101 101100 0 1010010 1001000 1011100 1000101 10000

Color Harmonies of #28470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28470D

Black with #28470D

Text Example


Text Example

White with #28470D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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