Html Css Color HEX #12371D Deep Fir

📋 copy color: '#12371D'

red 18 ◦ green 55 ◦ blue 29

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

Shades of Deep Fir #12371D

Tints of Deep Fir #12371D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 28.43%

R = 17.65%
G = 53.92%
B = 28.43%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#12371D (or 0x12371D) is known color: Deep Fir. HEX triplet: 12, 37 and 1D. RGB value is (18,55,29). Sum of RGB (Red+Green+Blue) = 18+55+29=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 55 (21.88% from 255 or 53.92% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 55 - color contains mainly: green. Hex color #12371D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12371D is #EDC8E2. Grayscale: #292929. Windows color (decimal): -15583459 or 1914642. OLE color: 1914642.

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

Color convert

RGB 18 55 29 -
CMYK 0.67 0 0.47 0.78
HSL 137.84º 0.51% 0.14% -
HSV(B) 137.84º 0.67% 0.22% -
XYZ 1.84 2.95 1.63 -
YUV 40.97 121.24 111.61 -
System Red Green Blue C M Y K H S L
Decimal 18 55 29 0.67 0 0.47 0.78 137.84 0.51 0.14
Hex 12 37 1D 43 0 2F 4E 8A 33 E
Octal 22 67 35 103 0 57 116 212 63 16
Binary 10010 110111 11101 1000011 0 101111 1001110 10001010 110011 1110

Color Harmonies of #12371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12371D

Black with #12371D

Text Example


Text Example

White with #12371D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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