Html Css Color HEX #28302D Woodsmoke

📋 copy color: '#28302D'

red 40 ◦ green 48 ◦ blue 45

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

Shades of Woodsmoke #28302D

Tints of Woodsmoke #28302D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 33.83%

R = 30.08%
G = 36.09%
B = 33.83%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#28302D (or 0x28302D) is known color: Woodsmoke. HEX triplet: 28, 30 and 2D. RGB value is (40,48,45). Sum of RGB (Red+Green+Blue) = 40+48+45=133 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.08% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 48 - color contains mainly: green. Hex color #28302D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28302D is #D7CFD2. Grayscale: #2D2D2D. Windows color (decimal): -14143443 or 2961448. OLE color: 2961448.

HSL color Cylindrical-coordinate representation of color #28302D: hue angle of 157.5º 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 #28302D is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB 40 48 45 -
CMYK 0.17 0 0.06 0.81
HSL 157.5º 0.09% 0.17% -
HSV(B) 157.5º 0.17% 0.19% -
XYZ 2.41 2.75 2.89 -
YUV 45.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 40 48 45 0.17 0 0.06 0.81 157.5 0.09 0.17
Hex 28 30 2D 11 0 6 51 9E 9 11
Octal 50 60 55 21 0 6 121 236 11 21
Binary 101000 110000 101101 10001 0 110 1010001 10011110 1001 10001

Color Harmonies of #28302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28302D

Black with #28302D

Text Example


Text Example

White with #28302D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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