Html Css Color HEX #12411D Deep Fir

📋 copy color: '#12411D'

red 18 ◦ green 65 ◦ blue 29

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

Shades of Deep Fir #12411D

Tints of Deep Fir #12411D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 25.89%

R = 16.07%
G = 58.04%
B = 25.89%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#12411D (or 0x12411D) is known color: Deep Fir. HEX triplet: 12, 41 and 1D. RGB value is (18,65,29). Sum of RGB (Red+Green+Blue) = 18+65+29=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 65 (25.78% from 255 or 58.04% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 65 - color contains mainly: green. Hex color #12411D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12411D is #EDBEE2. Grayscale: #2E2E2E. Windows color (decimal): -15580899 or 1917202. OLE color: 1917202.

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

Color convert

RGB 18 65 29 -
CMYK 0.72 0 0.55 0.75
HSL 134.04º 0.57% 0.16% -
HSV(B) 134.04º 0.72% 0.25% -
XYZ 2.36 4 1.81 -
YUV 46.84 117.93 107.43 -
System Red Green Blue C M Y K H S L
Decimal 18 65 29 0.72 0 0.55 0.75 134.04 0.57 0.16
Hex 12 41 1D 48 0 37 4B 86 39 10
Octal 22 101 35 110 0 67 113 206 71 20
Binary 10010 1000001 11101 1001000 0 110111 1001011 10000110 111001 10000

Color Harmonies of #12411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12411D

Black with #12411D

Text Example


Text Example

White with #12411D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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