Html Css Color HEX #28480F Black Forest

📋 copy color: '#28480F'

red 40 ◦ green 72 ◦ blue 15

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

Shades of Black Forest #28480F

Tints of Black Forest #28480F

RGB

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

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

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

R = 31.5%
G = 56.69%
B = 11.81%

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

#28480F (or 0x28480F) is known color: Black Forest. HEX triplet: 28, 48 and 0F. RGB value is (40,72,15). Sum of RGB (Red+Green+Blue) = 40+72+15=127 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.50% from 127); Green value is 72 (28.52% from 255 or 56.69% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 72 - color contains mainly: green. Hex color #28480F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28480F is #D7B7F0. Grayscale: #383838. Windows color (decimal): -14137329 or 1001512. OLE color: 1001512.

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

Color convert

RGB 40 72 15 -
CMYK 0.44 0 0.79 0.72
HSL 93.68º 0.66% 0.17% -
HSV(B) 93.68º 0.79% 0.28% -
XYZ 3.28 5.12 1.27 -
YUV 55.93 104.9 116.63 -
System Red Green Blue C M Y K H S L
Decimal 40 72 15 0.44 0 0.79 0.72 93.68 0.66 0.17
Hex 28 48 F 2C 0 4F 48 5E 42 11
Octal 50 110 17 54 0 117 110 136 102 21
Binary 101000 1001000 1111 101100 0 1001111 1001000 1011110 1000010 10001

Color Harmonies of #28480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28480F

Black with #28480F

Text Example


Text Example

White with #28480F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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