#23422C

Color #23422C Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #23422C

Tints of Deep Fir #23422C

Color information

#23422C (or 0x23422C) is unknown color: approx Deep Fir. HEX triplet: 23, 42 and 2C. RGB value is (35,66,44). Sum of RGB (Red+Green+Blue) = 35+66+44=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 66 - color contains mainly: green. Hex color #23422C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23422C is #DCBDD3. Grayscale: #363636. Windows color (decimal): -14466516 or 2900515. OLE color: 2900515.

HSL color Cylindrical-coordinate representation of color #23422C: hue angle of 137.42º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #23422C is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB356644-
CMYK0.4700.330.74
HSL137.42º30.69%19.8%-
HSV(B)137.42º46.97%25.88%-
XYZ3.14.443.08-
YUV54.22122.23114.29-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.14%
GREEN value IS 66 (26.17% from 255) = 45.52%
BLUE value IS 44 (17.58% from 255) = 30.34%
R=24.14%
G=45.52%
B=30.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3566440.4700.330.74137.4230.6919.8
Hex23422C2F0214A891f14
Octal4310254570411122113724
Binary100011100001010110010111101000011001010100010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23422C; }

 p { color: rgb(35,66,44); }

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

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

 a { background-color: rgb(35,66,44); }

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

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

 span { border-color: rgb(35,66,44); }

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