Html Css Color HEX #12491D Deep Fir

📋 copy color: '#12491D'

red 18 ◦ green 73 ◦ blue 29

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

Shades of Deep Fir #12491D

Tints of Deep Fir #12491D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 60.83%

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

R = 15%
G = 60.83%
B = 24.17%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#12491D (or 0x12491D) is known color: Deep Fir. HEX triplet: 12, 49 and 1D. RGB value is (18,73,29). Sum of RGB (Red+Green+Blue) = 18+73+29=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 73 (28.91% from 255 or 60.83% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 73 - color contains mainly: green. Hex color #12491D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12491D is #EDB6E2. Grayscale: #333333. Windows color (decimal): -15578851 or 1919250. OLE color: 1919250.

HSL color Cylindrical-coordinate representation of color #12491D: hue angle of 132º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #12491D is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 73 29 -
CMYK 0.75 0 0.60 0.71
HSL 132º 0.6% 0.18% -
HSV(B) 132º 0.75% 0.29% -
XYZ 2.85 4.98 1.97 -
YUV 51.54 115.28 104.08 -
System Red Green Blue C M Y K H S L
Decimal 18 73 29 0.75 0 0.60 0.71 132 0.6 0.18
Hex 12 49 1D 4B 0 3C 47 84 3C 12
Octal 22 111 35 113 0 74 107 204 74 22
Binary 10010 1001001 11101 1001011 0 111100 1000111 10000100 111100 10010

Color Harmonies of #12491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12491D

Black with #12491D

Text Example


Text Example

White with #12491D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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