#1B4129

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

Shades of Deep Fir #1B4129

Tints of Deep Fir #1B4129

Color information

#1B4129 (or 0x1B4129) is unknown color: approx Deep Fir. HEX triplet: 1B, 41 and 29. RGB value is (27,65,41). Sum of RGB (Red+Green+Blue) = 27+65+41=133 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.30% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #1B4129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4129 is #E4BED6. Grayscale: #323232. Windows color (decimal): -14991063 or 2703643. OLE color: 2703643.

HSL color Cylindrical-coordinate representation of color #1B4129: hue angle of 142.11º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B4129 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB276541-
CMYK0.5800.370.75
HSL142.11º41.3%18.04%-
HSV(B)142.11º58.46%25.49%-
XYZ2.744.172.76-
YUV50.9122.41110.95-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 20.30%
GREEN value IS 65 (25.78% from 255) = 48.87%
BLUE value IS 41 (16.41% from 255) = 30.83%
R=20.30%
G=48.87%
B=30.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2765410.5800.370.75142.1141.318.04
Hex1B41293A0254B8e2912
Octal3310151720451132165122
Binary110111000001101001111010010010110010111000111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,65,41); }

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

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

 a { background-color: rgb(27,65,41); }

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

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

 span { border-color: rgb(27,65,41); }

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