Html Css Color HEX #283430 Woodsmoke

📋 copy color: '#283430'

red 40 ◦ green 52 ◦ blue 48

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

Shades of Woodsmoke #283430

Tints of Woodsmoke #283430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.14%

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

R = 28.57%
G = 37.14%
B = 34.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#283430 (or 0x283430) is known color: Woodsmoke. HEX triplet: 28, 34 and 30. RGB value is (40,52,48). Sum of RGB (Red+Green+Blue) = 40+52+48=140 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.57% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 52 - color contains mainly: green. Hex color #283430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283430 is #D7CBCF. Grayscale: #2F2F2F. Windows color (decimal): -14142416 or 3159080. OLE color: 3159080.

HSL color Cylindrical-coordinate representation of color #283430: hue angle of 160º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #283430 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB 40 52 48 -
CMYK 0.23 0 0.08 0.80
HSL 160º 0.13% 0.18% -
HSV(B) 160º 0.23% 0.2% -
XYZ 2.64 3.12 3.26 -
YUV 47.96 128.02 122.33 -
System Red Green Blue C M Y K H S L
Decimal 40 52 48 0.23 0 0.08 0.80 160 0.13 0.18
Hex 28 34 30 17 0 8 50 A0 D 12
Octal 50 64 60 27 0 10 120 240 15 22
Binary 101000 110100 110000 10111 0 1000 1010000 10100000 1101 10010

Color Harmonies of #283430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283430

Black with #283430

Text Example


Text Example

White with #283430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283430; }

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

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

background-color css

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

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

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

border-color css

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

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

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