#1B4C26

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

Shades of Deep Fir #1B4C26

Tints of Deep Fir #1B4C26

Color information

#1B4C26 (or 0x1B4C26) is unknown color: approx Deep Fir. HEX triplet: 1B, 4C and 26. RGB value is (27,76,38). Sum of RGB (Red+Green+Blue) = 27+76+38=141 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.15% from 141); Green value is 76 (30.08% from 255 or 53.90% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 76 - color contains mainly: green. Hex color #1B4C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4C26 is #E4B3D9. Grayscale: #393939. Windows color (decimal): -14988250 or 2509851. OLE color: 2509851.

HSL color Cylindrical-coordinate representation of color #1B4C26: hue angle of 133.47º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1B4C26 is Cyan = 0.64, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.70.

Color convert

RGB277638-
CMYK0.6400.50.70
HSL133.47º47.57%20.2%-
HSV(B)133.47º64.47%29.8%-
XYZ3.395.542.72-
YUV57.02117.27106.59-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.15%
GREEN value IS 76 (30.08% from 255) = 53.90%
BLUE value IS 38 (15.23% from 255) = 26.95%
R=19.15%
G=53.90%
B=26.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2776380.6400.50.70133.4747.5720.2
Hex1B4C264003246853014
Octal33114461000621062056024
Binary1101110011001001101000000011001010001101000010111000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,76,38); }

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

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

 a { background-color: rgb(27,76,38); }

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

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

 span { border-color: rgb(27,76,38); }

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