#1A3D27

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

Shades of Deep Fir #1A3D27

Tints of Deep Fir #1A3D27

Color information

#1A3D27 (or 0x1A3D27) is unknown color: approx Deep Fir. HEX triplet: 1A, 3D and 27. RGB value is (26,61,39). Sum of RGB (Red+Green+Blue) = 26+61+39=126 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.63% from 126); Green value is 61 (24.22% from 255 or 48.41% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 61 - color contains mainly: green. Hex color #1A3D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3D27 is #E5C2D8. Grayscale: #303030. Windows color (decimal): -15057625 or 2571546. OLE color: 2571546.

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

Color convert

RGB266139-
CMYK0.5700.360.76
HSL142.29º40.23%17.06%-
HSV(B)142.29º57.38%23.92%-
XYZ2.463.72.5-
YUV48.03122.9112.29-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.63%
GREEN value IS 61 (24.22% from 255) = 48.41%
BLUE value IS 39 (15.62% from 255) = 30.95%
R=20.63%
G=48.41%
B=30.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2661390.5700.360.76142.2940.2317.06
Hex1A3D27390244C8e2811
Octal327547710441142165021
Binary11010111101100111111001010010010011001000111010100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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