Html Css Color HEX #283A34 Woodsmoke

📋 copy color: '#283A34'

red 40 ◦ green 58 ◦ blue 52

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

Shades of Woodsmoke #283A34

Tints of Woodsmoke #283A34

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.7% from 255) = 34.67%

R = 26.67%
G = 38.67%
B = 34.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.77

RGB Variations

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

Color information

#283A34 (or 0x283A34) is known color: 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

RGB 40 58 52 -
CMYK 0.31 0 0.10 0.77
HSL 160º 0.18% 0.19% -
HSV(B) 160º 0.31% 0.23% -
XYZ 3.01 3.73 3.81 -
YUV 51.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 40 58 52 0.31 0 0.10 0.77 160 0.18 0.19
Hex 28 3A 34 1F 0 A 4D A0 12 13
Octal 50 72 64 37 0 12 115 240 22 23
Binary 101000 111010 110100 11111 0 1010 1001101 10100000 10010 10011

Color Harmonies of #283A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283A34

Black with #283A34

Text Example


Text Example

White with #283A34

Text Example


Text Example

HTML Codes & Css Web 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>