#1E422B

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

Shades of Deep Fir #1E422B

Tints of Deep Fir #1E422B

Color information

#1E422B (or 0x1E422B) is unknown color: approx Deep Fir. HEX triplet: 1E, 42 and 2B. RGB value is (30,66,43). Sum of RGB (Red+Green+Blue) = 30+66+43=139 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.58% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 66 - color contains mainly: green. Hex color #1E422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E422B is #E1BDD4. Grayscale: #343434. Windows color (decimal): -14794197 or 2834974. OLE color: 2834974.

HSL color Cylindrical-coordinate representation of color #1E422B: hue angle of 141.67º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1E422B is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB306643-
CMYK0.5500.350.74
HSL141.67º37.5%18.82%-
HSV(B)141.67º54.55%25.88%-
XYZ2.924.352.97-
YUV52.61122.57111.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.58%
GREEN value IS 66 (26.17% from 255) = 47.48%
BLUE value IS 43 (17.19% from 255) = 30.94%
R=21.58%
G=47.48%
B=30.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3066430.5500.350.74141.6737.518.82
Hex1E422B370234A8e2613
Octal3610253670431122164623
Binary111101000010101011110111010001110010101000111010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,66,43); }

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

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

 a { background-color: rgb(30,66,43); }

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

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

 span { border-color: rgb(30,66,43); }

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