Html Css Color HEX #12471E Deep Fir

📋 copy color: '#12471E'

red 18 ◦ green 71 ◦ blue 30

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

Shades of Deep Fir #12471E

Tints of Deep Fir #12471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 25.21%

R = 15.13%
G = 59.66%
B = 25.21%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#12471E (or 0x12471E) is known color: Deep Fir. HEX triplet: 12, 47 and 1E. RGB value is (18,71,30). Sum of RGB (Red+Green+Blue) = 18+71+30=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 71 (28.12% from 255 or 59.66% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 71 - color contains mainly: green. Hex color #12471E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12471E is #EDB8E1. Grayscale: #323232. Windows color (decimal): -15579362 or 1984274. OLE color: 1984274.

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

Color convert

RGB 18 71 30 -
CMYK 0.75 0 0.58 0.72
HSL 133.58º 0.6% 0.17% -
HSV(B) 133.58º 0.75% 0.28% -
XYZ 2.74 4.73 2 -
YUV 50.48 116.44 104.83 -
System Red Green Blue C M Y K H S L
Decimal 18 71 30 0.75 0 0.58 0.72 133.58 0.6 0.17
Hex 12 47 1E 4B 0 3A 48 86 3C 11
Octal 22 107 36 113 0 72 110 206 74 21
Binary 10010 1000111 11110 1001011 0 111010 1001000 10000110 111100 10001

Color Harmonies of #12471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12471E

Black with #12471E

Text Example


Text Example

White with #12471E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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