#223F2B

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

Shades of Deep Fir #223F2B

Tints of Deep Fir #223F2B

Color information

#223F2B (or 0x223F2B) is unknown color: approx Deep Fir. HEX triplet: 22, 3F and 2B. RGB value is (34,63,43). Sum of RGB (Red+Green+Blue) = 34+63+43=140 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.29% from 140); Green value is 63 (25% from 255 or 45% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 63 - color contains mainly: green. Hex color #223F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223F2B is #DDC0D4. Grayscale: #343434. Windows color (decimal): -14532821 or 2834210. OLE color: 2834210.

HSL color Cylindrical-coordinate representation of color #223F2B: hue angle of 138.62º 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 #223F2B is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB346343-
CMYK0.4600.320.75
HSL138.62º29.9%19.02%-
HSV(B)138.62º46.03%24.71%-
XYZ2.874.072.92-
YUV52.05122.89115.13-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.29%
GREEN value IS 63 (25% from 255) = 45%
BLUE value IS 43 (17.19% from 255) = 30.71%
R=24.29%
G=45%
B=30.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3463430.4600.320.75138.6229.919.02
Hex223F2B2E0204B8b1e13
Octal427753560401132133623
Binary10001011111110101110111001000001001011100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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