Html Css Color HEX #12371C Deep Fir

📋 copy color: '#12371C'

red 18 ◦ green 55 ◦ blue 28

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

Shades of Deep Fir #12371C

Tints of Deep Fir #12371C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 27.72%

R = 17.82%
G = 54.46%
B = 27.72%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#12371C (or 0x12371C) is known color: Deep Fir. HEX triplet: 12, 37 and 1C. RGB value is (18,55,28). Sum of RGB (Red+Green+Blue) = 18+55+28=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 55 (21.88% from 255 or 54.46% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 55 - color contains mainly: green. Hex color #12371C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12371C is #EDC8E3. Grayscale: #282828. Windows color (decimal): -15583460 or 1849106. OLE color: 1849106.

HSL color Cylindrical-coordinate representation of color #12371C: hue angle of 136.22º 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 #12371C is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 55 28 -
CMYK 0.67 0 0.49 0.78
HSL 136.22º 0.51% 0.14% -
HSV(B) 136.22º 0.67% 0.22% -
XYZ 1.83 2.94 1.57 -
YUV 40.86 120.74 111.7 -
System Red Green Blue C M Y K H S L
Decimal 18 55 28 0.67 0 0.49 0.78 136.22 0.51 0.14
Hex 12 37 1C 43 0 31 4E 88 33 E
Octal 22 67 34 103 0 61 116 210 63 16
Binary 10010 110111 11100 1000011 0 110001 1001110 10001000 110011 1110

Color Harmonies of #12371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12371C

Black with #12371C

Text Example


Text Example

White with #12371C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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