Html Css Color HEX #12401D Deep Fir

📋 copy color: '#12401D'

red 18 ◦ green 64 ◦ blue 29

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

Shades of Deep Fir #12401D

Tints of Deep Fir #12401D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 57.66%

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

R = 16.22%
G = 57.66%
B = 26.13%

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

#12401D (or 0x12401D) is known color: Deep Fir. HEX triplet: 12, 40 and 1D. RGB value is (18,64,29). Sum of RGB (Red+Green+Blue) = 18+64+29=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 64 (25.39% from 255 or 57.66% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 64 - color contains mainly: green. Hex color #12401D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12401D is #EDBFE2. Grayscale: #2E2E2E. Windows color (decimal): -15581155 or 1916946. OLE color: 1916946.

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

Color convert

RGB 18 64 29 -
CMYK 0.72 0 0.55 0.75
HSL 134.35º 0.56% 0.16% -
HSV(B) 134.35º 0.72% 0.25% -
XYZ 2.3 3.88 1.79 -
YUV 46.26 118.26 107.85 -
System Red Green Blue C M Y K H S L
Decimal 18 64 29 0.72 0 0.55 0.75 134.35 0.56 0.16
Hex 12 40 1D 48 0 37 4B 86 38 10
Octal 22 100 35 110 0 67 113 206 70 20
Binary 10010 1000000 11101 1001000 0 110111 1001011 10000110 111000 10000

Color Harmonies of #12401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12401D

Black with #12401D

Text Example


Text Example

White with #12401D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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