Html Css Color HEX #12471B Deep Fir

📋 copy color: '#12471B'

red 18 ◦ green 71 ◦ blue 27

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

Shades of Deep Fir #12471B

Tints of Deep Fir #12471B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 23.28%

R = 15.52%
G = 61.21%
B = 23.28%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#12471B (or 0x12471B) is known color: Deep Fir. HEX triplet: 12, 47 and 1B. RGB value is (18,71,27). Sum of RGB (Red+Green+Blue) = 18+71+27=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 71 (28.12% from 255 or 61.21% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 71 - color contains mainly: green. Hex color #12471B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12471B is #EDB8E4. Grayscale: #323232. Windows color (decimal): -15579365 or 1787666. OLE color: 1787666.

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

Color convert

RGB 18 71 27 -
CMYK 0.75 0 0.62 0.72
HSL 130.19º 0.6% 0.17% -
HSV(B) 130.19º 0.75% 0.28% -
XYZ 2.7 4.71 1.8 -
YUV 50.14 114.94 105.08 -
System Red Green Blue C M Y K H S L
Decimal 18 71 27 0.75 0 0.62 0.72 130.19 0.6 0.17
Hex 12 47 1B 4B 0 3E 48 82 3C 11
Octal 22 107 33 113 0 76 110 202 74 21
Binary 10010 1000111 11011 1001011 0 111110 1001000 10000010 111100 10001

Color Harmonies of #12471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12471B

Black with #12471B

Text Example


Text Example

White with #12471B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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