Html Css Color HEX #283530 Woodsmoke

📋 copy color: '#283530'

red 40 ◦ green 53 ◦ blue 48

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

Shades of Woodsmoke #283530

Tints of Woodsmoke #283530

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.59%

 BLUE value IS 48 (19.14% from 255) = 34.04%

R = 28.37%
G = 37.59%
B = 34.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#283530 (or 0x283530) is known color: Woodsmoke. HEX triplet: 28, 35 and 30. RGB value is (40,53,48). Sum of RGB (Red+Green+Blue) = 40+53+48=141 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.37% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 53 - color contains mainly: green. Hex color #283530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283530 is #D7CACF. Grayscale: #303030. Windows color (decimal): -14142160 or 3159336. OLE color: 3159336.

HSL color Cylindrical-coordinate representation of color #283530: hue angle of 156.92º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #283530 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB 40 53 48 -
CMYK 0.25 0 0.09 0.79
HSL 156.92º 0.14% 0.18% -
HSV(B) 156.92º 0.25% 0.21% -
XYZ 2.68 3.21 3.27 -
YUV 48.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 40 53 48 0.25 0 0.09 0.79 156.92 0.14 0.18
Hex 28 35 30 19 0 9 4F 9D E 12
Octal 50 65 60 31 0 11 117 235 16 22
Binary 101000 110101 110000 11001 0 1001 1001111 10011101 1110 10010

Color Harmonies of #283530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283530

Black with #283530

Text Example


Text Example

White with #283530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283530; }

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

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

background-color css

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

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

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

border-color css

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

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

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