Html Css Color HEX #12411F Deep Fir

📋 copy color: '#12411F'

red 18 ◦ green 65 ◦ blue 31

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

Shades of Deep Fir #12411F

Tints of Deep Fir #12411F

RGB

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

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

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

R = 15.79%
G = 57.02%
B = 27.19%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#12411F (or 0x12411F) is known color: Deep Fir. HEX triplet: 12, 41 and 1F. RGB value is (18,65,31). Sum of RGB (Red+Green+Blue) = 18+65+31=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 65 (25.78% from 255 or 57.02% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 65 - color contains mainly: green. Hex color #12411F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12411F is #EDBEE0. Grayscale: #2F2F2F. Windows color (decimal): -15580897 or 2048274. OLE color: 2048274.

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

Color convert

RGB 18 65 31 -
CMYK 0.72 0 0.52 0.75
HSL 136.6º 0.57% 0.16% -
HSV(B) 136.6º 0.72% 0.25% -
XYZ 2.39 4.01 1.94 -
YUV 47.07 118.93 107.26 -
System Red Green Blue C M Y K H S L
Decimal 18 65 31 0.72 0 0.52 0.75 136.6 0.57 0.16
Hex 12 41 1F 48 0 34 4B 89 39 10
Octal 22 101 37 110 0 64 113 211 71 20
Binary 10010 1000001 11111 1001000 0 110100 1001011 10001001 111001 10000

Color Harmonies of #12411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12411F

Black with #12411F

Text Example


Text Example

White with #12411F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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