Html Css Color HEX #12471F Deep Fir

📋 copy color: '#12471F'

red 18 ◦ green 71 ◦ blue 31

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

Shades of Deep Fir #12471F

Tints of Deep Fir #12471F

RGB

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

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

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

R = 15%
G = 59.17%
B = 25.83%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#12471F (or 0x12471F) is known color: Deep Fir. HEX triplet: 12, 47 and 1F. RGB value is (18,71,31). Sum of RGB (Red+Green+Blue) = 18+71+31=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 71 (28.12% from 255 or 59.17% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 71 - color contains mainly: green. Hex color #12471F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12471F is #EDB8E0. Grayscale: #323232. Windows color (decimal): -15579361 or 2049810. OLE color: 2049810.

HSL color Cylindrical-coordinate representation of color #12471F: hue angle of 134.72º 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 #12471F is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 71 31 -
CMYK 0.75 0 0.56 0.72
HSL 134.72º 0.6% 0.17% -
HSV(B) 134.72º 0.75% 0.28% -
XYZ 2.75 4.73 2.07 -
YUV 50.59 116.94 104.75 -
System Red Green Blue C M Y K H S L
Decimal 18 71 31 0.75 0 0.56 0.72 134.72 0.6 0.17
Hex 12 47 1F 4B 0 38 48 87 3C 11
Octal 22 107 37 113 0 70 110 207 74 21
Binary 10010 1000111 11111 1001011 0 111000 1001000 10000111 111100 10001

Color Harmonies of #12471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12471F

Black with #12471F

Text Example


Text Example

White with #12471F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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