#1B4029

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

Shades of Deep Fir #1B4029

Tints of Deep Fir #1B4029

Color information

#1B4029 (or 0x1B4029) is unknown color: approx Deep Fir. HEX triplet: 1B, 40 and 29. RGB value is (27,64,41). Sum of RGB (Red+Green+Blue) = 27+64+41=132 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.45% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #1B4029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4029 is #E4BFD6. Grayscale: #323232. Windows color (decimal): -14991319 or 2703387. OLE color: 2703387.

HSL color Cylindrical-coordinate representation of color #1B4029: hue angle of 142.7º 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 #1B4029 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB276441-
CMYK0.5800.360.75
HSL142.7º40.66%17.84%-
HSV(B)142.7º57.81%25.1%-
XYZ2.694.062.74-
YUV50.32122.74111.37-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 20.45%
GREEN value IS 64 (25.39% from 255) = 48.48%
BLUE value IS 41 (16.41% from 255) = 31.06%
R=20.45%
G=48.48%
B=31.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2764410.5800.360.75142.740.6617.84
Hex1B40293A0244B8f2912
Octal3310051720441132175122
Binary110111000000101001111010010010010010111000111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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