#1A3827

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

Shades of Deep Fir #1A3827

Tints of Deep Fir #1A3827

Color information

#1A3827 (or 0x1A3827) is unknown color: approx Deep Fir. HEX triplet: 1A, 38 and 27. RGB value is (26,56,39). Sum of RGB (Red+Green+Blue) = 26+56+39=121 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.49% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 56 - color contains mainly: green. Hex color #1A3827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3827 is #E5C7D8. Grayscale: #2D2D2D. Windows color (decimal): -15058905 or 2570266. OLE color: 2570266.

HSL color Cylindrical-coordinate representation of color #1A3827: hue angle of 146º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1A3827 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB265639-
CMYK0.5400.300.78
HSL146º36.59%16.08%-
HSV(B)146º53.57%21.96%-
XYZ2.213.192.42-
YUV45.09124.56114.38-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.49%
GREEN value IS 56 (22.27% from 255) = 46.28%
BLUE value IS 39 (15.62% from 255) = 32.23%
R=21.49%
G=46.28%
B=32.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2656390.5400.300.7814636.5916.08
Hex1A38273601E4E922510
Octal327047660361162224520
Binary1101011100010011111011001111010011101001001010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,56,39); }

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

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

 a { background-color: rgb(26,56,39); }

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

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

 span { border-color: rgb(26,56,39); }

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