Html Css Color HEX #28302E Woodsmoke

📋 copy color: '#28302E'

red 40 ◦ green 48 ◦ blue 46

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

Shades of Woodsmoke #28302E

Tints of Woodsmoke #28302E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.82%

 BLUE value IS 46 (18.36% from 255) = 34.33%

R = 29.85%
G = 35.82%
B = 34.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#28302E (or 0x28302E) is known color: Woodsmoke. HEX triplet: 28, 30 and 2E. RGB value is (40,48,46). Sum of RGB (Red+Green+Blue) = 40+48+46=134 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.85% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 48 - color contains mainly: green. Hex color #28302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28302E is #D7CFD1. Grayscale: #2D2D2D. Windows color (decimal): -14143442 or 3026984. OLE color: 3026984.

HSL color Cylindrical-coordinate representation of color #28302E: hue angle of 165º degrees, saturation: 0.09, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #28302E is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB 40 48 46 -
CMYK 0.17 0 0.04 0.81
HSL 165º 0.09% 0.17% -
HSV(B) 165º 0.17% 0.19% -
XYZ 2.43 2.76 2.99 -
YUV 45.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 40 48 46 0.17 0 0.04 0.81 165 0.09 0.17
Hex 28 30 2E 11 0 4 51 A5 9 11
Octal 50 60 56 21 0 4 121 245 11 21
Binary 101000 110000 101110 10001 0 100 1010001 10100101 1001 10001

Color Harmonies of #28302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28302E

Black with #28302E

Text Example


Text Example

White with #28302E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28302E; }

 p { color: rgb(40,48,46); }

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

background-color css

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

 a { background-color: rgb(40,48,46); }

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

border-color css

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

 span { border-color: rgb(40,48,46); }

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