#12341F

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

Shades of Deep Fir #12341F

Tints of Deep Fir #12341F

Color information

#12341F (or 0x12341F) is unknown color: approx Deep Fir. HEX triplet: 12, 34 and 1F. RGB value is (18,52,31). Sum of RGB (Red+Green+Blue) = 18+52+31=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 52 (20.70% from 255 or 51.49% from 101); Blue value is 31 (12.5% from 255 or 30.69% from 101); Max value from RGB is 52 - color contains mainly: green. Hex color #12341F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12341F is #EDCBE0. Grayscale: #272727. Windows color (decimal): -15584225 or 2044946. OLE color: 2044946.

HSL color Cylindrical-coordinate representation of color #12341F: hue angle of 142.94º 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 #12341F is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB185231-
CMYK0.6500.400.80
HSL142.94º48.57%13.73%-
HSV(B)142.94º65.38%20.39%-
XYZ1.722.681.72-
YUV39.44123.24112.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.82%
GREEN value IS 52 (20.70% from 255) = 51.49%
BLUE value IS 31 (12.5% from 255) = 30.69%
R=17.82%
G=51.49%
B=30.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1852310.6500.400.80142.9448.5713.73
Hex12341F41028508f31e
Octal2264371010501202176116
Binary1001011010011111100000101010001010000100011111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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