Html Css Color HEX #12471D Deep Fir

📋 copy color: '#12471D'

red 18 ◦ green 71 ◦ blue 29

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

Shades of Deep Fir #12471D

Tints of Deep Fir #12471D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 60.17%

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

R = 15.25%
G = 60.17%
B = 24.58%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#12471D (or 0x12471D) is known color: Deep Fir. HEX triplet: 12, 47 and 1D. RGB value is (18,71,29). Sum of RGB (Red+Green+Blue) = 18+71+29=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 71 (28.12% from 255 or 60.17% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 71 - color contains mainly: green. Hex color #12471D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12471D is #EDB8E2. Grayscale: #323232. Windows color (decimal): -15579363 or 1918738. OLE color: 1918738.

HSL color Cylindrical-coordinate representation of color #12471D: hue angle of 132.45º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #12471D is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 71 29 -
CMYK 0.75 0 0.59 0.72
HSL 132.45º 0.6% 0.17% -
HSV(B) 132.45º 0.75% 0.28% -
XYZ 2.72 4.72 1.93 -
YUV 50.37 115.94 104.92 -
System Red Green Blue C M Y K H S L
Decimal 18 71 29 0.75 0 0.59 0.72 132.45 0.6 0.17
Hex 12 47 1D 4B 0 3B 48 84 3C 11
Octal 22 107 35 113 0 73 110 204 74 21
Binary 10010 1000111 11101 1001011 0 111011 1001000 10000100 111100 10001

Color Harmonies of #12471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12471D

Black with #12471D

Text Example


Text Example

White with #12471D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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