Html Css Color HEX #2A3C37 Woodsmoke

📋 copy color: '#2A3C37'

red 42 ◦ green 60 ◦ blue 55

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

Shades of Woodsmoke #2A3C37

Tints of Woodsmoke #2A3C37

RGB

 RED value IS 42 (16.8% from 255) = 26.75%

 GREEN value IS 60 (23.83% from 255) = 38.22%

 BLUE value IS 55 (21.88% from 255) = 35.03%

R = 26.75%
G = 38.22%
B = 35.03%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.08

 K value IS 0.76

RGB Variations

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

Color information

#2A3C37 (or 0x2A3C37) is known color: Woodsmoke. HEX triplet: 2A, 3C and 37. RGB value is (42,60,55). Sum of RGB (Red+Green+Blue) = 42+60+55=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 55 (21.88% from 255 or 35.03% from 157); Max value from RGB is 60 - color contains mainly: green. Hex color #2A3C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3C37 is #D5C3C8. Grayscale: #363636. Windows color (decimal): -14009289 or 3619882. OLE color: 3619882.

HSL color Cylindrical-coordinate representation of color #2A3C37: hue angle of 163.33º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2A3C37 is Cyan = 0.3, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB 42 60 55 -
CMYK 0.3 0 0.08 0.76
HSL 163.33º 0.18% 0.2% -
HSV(B) 163.33º 0.3% 0.24% -
XYZ 3.26 4 4.21 -
YUV 54.05 128.54 119.41 -
System Red Green Blue C M Y K H S L
Decimal 42 60 55 0.3 0 0.08 0.76 163.33 0.18 0.2
Hex 2A 3C 37 1E 0 8 4C A3 12 14
Octal 52 74 67 36 0 10 114 243 22 24
Binary 101010 111100 110111 11110 0 1000 1001100 10100011 10010 10100

Color Harmonies of #2A3C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3C37

Black with #2A3C37

Text Example


Text Example

White with #2A3C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,60,55); }

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

background-color css

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

 a { background-color: rgb(42,60,55); }

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

border-color css

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

 span { border-color: rgb(42,60,55); }

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