#12341E

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

Shades of Deep Fir #12341E

Tints of Deep Fir #12341E

Color information

#12341E (or 0x12341E) is unknown color: approx Deep Fir. HEX triplet: 12, 34 and 1E. RGB value is (18,52,30). Sum of RGB (Red+Green+Blue) = 18+52+30=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 52 (20.70% from 255 or 52% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 52 - color contains mainly: green. Hex color #12341E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12341E is #EDCBE1. Grayscale: #272727. Windows color (decimal): -15584226 or 1979410. OLE color: 1979410.

HSL color Cylindrical-coordinate representation of color #12341E: hue angle of 141.18º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #12341E is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB185230-
CMYK0.6500.420.80
HSL141.18º48.57%13.73%-
HSV(B)141.18º65.38%20.39%-
XYZ1.712.681.66-
YUV39.33122.74112.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18%
GREEN value IS 52 (20.70% from 255) = 52%
BLUE value IS 30 (12.11% from 255) = 30%
R=18%
G=52%
B=30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1852300.6500.420.80141.1848.5713.73
Hex12341E4102A508d31e
Octal2264361010521202156116
Binary1001011010011110100000101010101010000100011011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12341E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12341E; }

 p { color: rgb(18,52,30); }

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

<style>
 a { background-color: #12341E; }

 a { background-color: rgb(18,52,30); }

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

<style>
 span { border-color: #12341E; }

 span { border-color: rgb(18,52,30); }

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