Html Css Color HEX #12441D Deep Fir

📋 copy color: '#12441D'

red 18 ◦ green 68 ◦ blue 29

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

Shades of Deep Fir #12441D

Tints of Deep Fir #12441D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 59.13%

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

R = 15.65%
G = 59.13%
B = 25.22%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#12441D (or 0x12441D) is known color: Deep Fir. HEX triplet: 12, 44 and 1D. RGB value is (18,68,29). Sum of RGB (Red+Green+Blue) = 18+68+29=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 68 (26.95% from 255 or 59.13% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 68 - color contains mainly: green. Hex color #12441D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12441D is #EDBBE2. Grayscale: #303030. Windows color (decimal): -15580131 or 1917970. OLE color: 1917970.

HSL color Cylindrical-coordinate representation of color #12441D: hue angle of 133.2º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #12441D is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 68 29 -
CMYK 0.74 0 0.57 0.73
HSL 133.2º 0.58% 0.17% -
HSV(B) 133.2º 0.74% 0.27% -
XYZ 2.54 4.35 1.87 -
YUV 48.6 116.94 106.17 -
System Red Green Blue C M Y K H S L
Decimal 18 68 29 0.74 0 0.57 0.73 133.2 0.58 0.17
Hex 12 44 1D 4A 0 39 49 85 3A 11
Octal 22 104 35 112 0 71 111 205 72 21
Binary 10010 1000100 11101 1001010 0 111001 1001001 10000101 111010 10001

Color Harmonies of #12441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12441D

Black with #12441D

Text Example


Text Example

White with #12441D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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