Html Css Color HEX #12371F Deep Fir

📋 copy color: '#12371F'

red 18 ◦ green 55 ◦ blue 31

#12371F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #12371F

Tints of Deep Fir #12371F

RGB

 RED value IS 18 (7.42% from 255) = 17.31%

 GREEN value IS 55 (21.88% from 255) = 52.88%

 BLUE value IS 31 (12.5% from 255) = 29.81%

R = 17.31%
G = 52.88%
B = 29.81%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#12371F (or 0x12371F) is known color: Deep Fir. HEX triplet: 12, 37 and 1F. RGB value is (18,55,31). Sum of RGB (Red+Green+Blue) = 18+55+31=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 55 (21.88% from 255 or 52.88% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 55 - color contains mainly: green. Hex color #12371F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12371F is #EDC8E0. Grayscale: #292929. Windows color (decimal): -15583457 or 2045714. OLE color: 2045714.

HSL color Cylindrical-coordinate representation of color #12371F: hue angle of 141.08º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #12371F is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 55 31 -
CMYK 0.67 0 0.44 0.78
HSL 141.08º 0.51% 0.14% -
HSV(B) 141.08º 0.67% 0.22% -
XYZ 1.86 2.96 1.77 -
YUV 41.2 122.24 111.45 -
System Red Green Blue C M Y K H S L
Decimal 18 55 31 0.67 0 0.44 0.78 141.08 0.51 0.14
Hex 12 37 1F 43 0 2C 4E 8D 33 E
Octal 22 67 37 103 0 54 116 215 63 16
Binary 10010 110111 11111 1000011 0 101100 1001110 10001101 110011 1110

Color Harmonies of #12371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12371F

Black with #12371F

Text Example


Text Example

White with #12371F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12371F;
 }
 .AnyTagClassName
 {
   color: #12371F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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