#1B3E21

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

Shades of Deep Fir #1B3E21

Tints of Deep Fir #1B3E21

Color information

#1B3E21 (or 0x1B3E21) is unknown color: approx Deep Fir. HEX triplet: 1B, 3E and 21. RGB value is (27,62,33). Sum of RGB (Red+Green+Blue) = 27+62+33=122 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.13% from 122); Green value is 62 (24.61% from 255 or 50.82% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 62 - color contains mainly: green. Hex color #1B3E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3E21 is #E4C1DE. Grayscale: #303030. Windows color (decimal): -14991839 or 2178587. OLE color: 2178587.

HSL color Cylindrical-coordinate representation of color #1B3E21: hue angle of 130.29º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1B3E21 is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.76.

Color convert

RGB276233-
CMYK0.5600.470.76
HSL130.29º39.33%17.45%-
HSV(B)130.29º56.45%24.31%-
XYZ2.453.792.04-
YUV48.23119.4112.86-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 22.13%
GREEN value IS 62 (24.61% from 255) = 50.82%
BLUE value IS 33 (13.28% from 255) = 27.05%
R=22.13%
G=50.82%
B=27.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2762330.5600.470.76130.2939.3317.45
Hex1B3E213802F4C822711
Octal337641700571142024721
Binary11011111110100001111000010111110011001000001010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B3E21; }

 p { color: rgb(27,62,33); }

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

<style>
 a { background-color: #1B3E21; }

 a { background-color: rgb(27,62,33); }

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

<style>
 span { border-color: #1B3E21; }

 span { border-color: rgb(27,62,33); }

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