#283A34

Color #283A34 Woodsmoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodsmoke #283A34

Tints of Woodsmoke #283A34

Color information

#283A34 (or 0x283A34) is unknown color: approx Woodsmoke. HEX triplet: 28, 3A and 34. RGB value is (40,58,52). Sum of RGB (Red+Green+Blue) = 40+58+52=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 52 (20.70% from 255 or 34.67% from 150); Max value from RGB is 58 - color contains mainly: green. Hex color #283A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283A34 is #D7C5CB. Grayscale: #333333. Windows color (decimal): -14140876 or 3422760. OLE color: 3422760.

HSL color Cylindrical-coordinate representation of color #283A34: hue angle of 160º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #283A34 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.

Color convert

RGB405852-
CMYK0.3100.100.77
HSL160º18.37%19.22%-
HSV(B)160º31.03%22.75%-
XYZ3.013.733.81-
YUV51.93128.04119.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.67%
GREEN value IS 58 (23.05% from 255) = 38.67%
BLUE value IS 52 (20.70% from 255) = 34.67%
R=26.67%
G=38.67%
B=34.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4058520.3100.100.7716018.3719.22
Hex283A341F0A4Da01213
Octal507264370121152402223
Binary10100011101011010011111010101001101101000001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283A34; }

 p { color: rgb(40,58,52); }

 H1.HeaderClassName
 {
   color: #283A34;
 }
 .AnyTagClassName
 {
   color: #283A34;
 }
</style>
background-color css

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

 a { background-color: rgb(40,58,52); }

 div.DivClassName
 {
   background-color: #283A34;
 }
 .BgClassName
 {
   background-color: #283A34;
 }
</style>
border-color css

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

 span { border-color: rgb(40,58,52); }

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