Html Css Color HEX #12411B Deep Fir

📋 copy color: '#12411B'

red 18 ◦ green 65 ◦ blue 27

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

Shades of Deep Fir #12411B

Tints of Deep Fir #12411B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 59.09%

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

R = 16.36%
G = 59.09%
B = 24.55%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#12411B (or 0x12411B) is known color: Deep Fir. HEX triplet: 12, 41 and 1B. RGB value is (18,65,27). Sum of RGB (Red+Green+Blue) = 18+65+27=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 65 (25.78% from 255 or 59.09% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 65 - color contains mainly: green. Hex color #12411B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12411B is #EDBEE4. Grayscale: #2E2E2E. Windows color (decimal): -15580901 or 1786130. OLE color: 1786130.

HSL color Cylindrical-coordinate representation of color #12411B: hue angle of 131.49º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #12411B is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 65 27 -
CMYK 0.72 0 0.58 0.75
HSL 131.49º 0.57% 0.16% -
HSV(B) 131.49º 0.72% 0.25% -
XYZ 2.34 3.99 1.68 -
YUV 46.62 116.93 107.59 -
System Red Green Blue C M Y K H S L
Decimal 18 65 27 0.72 0 0.58 0.75 131.49 0.57 0.16
Hex 12 41 1B 48 0 3A 4B 83 39 10
Octal 22 101 33 110 0 72 113 203 71 20
Binary 10010 1000001 11011 1001000 0 111010 1001011 10000011 111001 10000

Color Harmonies of #12411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12411B

Black with #12411B

Text Example


Text Example

White with #12411B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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