#223E2A

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

Shades of Deep Fir #223E2A

Tints of Deep Fir #223E2A

Color information

#223E2A (or 0x223E2A) is unknown color: approx Deep Fir. HEX triplet: 22, 3E and 2A. RGB value is (34,62,42). Sum of RGB (Red+Green+Blue) = 34+62+42=138 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.64% from 138); Green value is 62 (24.61% from 255 or 44.93% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 62 - color contains mainly: green. Hex color #223E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223E2A is #DDC1D5. Grayscale: #333333. Windows color (decimal): -14533078 or 2768418. OLE color: 2768418.

HSL color Cylindrical-coordinate representation of color #223E2A: hue angle of 137.14º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #223E2A is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.76.

Color convert

RGB346242-
CMYK0.4500.320.76
HSL137.14º29.17%18.82%-
HSV(B)137.14º45.16%24.31%-
XYZ2.83.952.81-
YUV51.35122.72115.63-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.64%
GREEN value IS 62 (24.61% from 255) = 44.93%
BLUE value IS 42 (16.80% from 255) = 30.43%
R=24.64%
G=44.93%
B=30.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3462420.4500.320.76137.1429.1718.82
Hex223E2A2D0204C891d13
Octal427652550401142113523
Binary10001011111010101010110101000001001100100010011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223E2A; }

 p { color: rgb(34,62,42); }

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

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

 a { background-color: rgb(34,62,42); }

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

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

 span { border-color: rgb(34,62,42); }

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