#223F2A

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

Shades of Deep Fir #223F2A

Tints of Deep Fir #223F2A

Color information

#223F2A (or 0x223F2A) is unknown color: approx Deep Fir. HEX triplet: 22, 3F and 2A. RGB value is (34,63,42). Sum of RGB (Red+Green+Blue) = 34+63+42=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 63 (25% from 255 or 45.32% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 63 - color contains mainly: green. Hex color #223F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223F2A is #DDC0D5. Grayscale: #333333. Windows color (decimal): -14532822 or 2768674. OLE color: 2768674.

HSL color Cylindrical-coordinate representation of color #223F2A: hue angle of 136.55º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #223F2A is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB346342-
CMYK0.4600.330.75
HSL136.55º29.9%19.02%-
HSV(B)136.55º46.03%24.71%-
XYZ2.864.062.82-
YUV51.93122.39115.21-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.46%
GREEN value IS 63 (25% from 255) = 45.32%
BLUE value IS 42 (16.80% from 255) = 30.22%
R=24.46%
G=45.32%
B=30.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3463420.4600.330.75136.5529.919.02
Hex223F2A2E0214B891e13
Octal427752560411132113623
Binary10001011111110101010111001000011001011100010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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