#2A3A35

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

Shades of Woodsmoke #2A3A35

Tints of Woodsmoke #2A3A35

Color information

#2A3A35 (or 0x2A3A35) is unknown color: approx Woodsmoke. HEX triplet: 2A, 3A and 35. RGB value is (42,58,53). Sum of RGB (Red+Green+Blue) = 42+58+53=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 58 (23.05% from 255 or 37.91% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 58 - color contains mainly: green. Hex color #2A3A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3A35 is #D5C5CA. Grayscale: #343434. Windows color (decimal): -14009803 or 3488298. OLE color: 3488298.

HSL color Cylindrical-coordinate representation of color #2A3A35: hue angle of 161.25º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2A3A35 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.77.

Color convert

RGB425853-
CMYK0.2800.090.77
HSL161.25º16%19.61%-
HSV(B)161.25º27.59%22.75%-
XYZ3.113.783.93-
YUV52.65128.2120.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.45%
GREEN value IS 58 (23.05% from 255) = 37.91%
BLUE value IS 53 (21.09% from 255) = 34.64%
R=27.45%
G=37.91%
B=34.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4258530.2800.090.77161.251619.61
Hex2A3A351C094Da11014
Octal527265340111152412024
Binary10101011101011010111100010011001101101000011000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A3A35; }

 p { color: rgb(42,58,53); }

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

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

 a { background-color: rgb(42,58,53); }

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

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

 span { border-color: rgb(42,58,53); }

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