Html Css Color HEX #12441B Deep Fir

📋 copy color: '#12441B'

red 18 ◦ green 68 ◦ blue 27

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

Shades of Deep Fir #12441B

Tints of Deep Fir #12441B

RGB

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

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

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

R = 15.93%
G = 60.18%
B = 23.89%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#12441B (or 0x12441B) is known color: Deep Fir. HEX triplet: 12, 44 and 1B. RGB value is (18,68,27). Sum of RGB (Red+Green+Blue) = 18+68+27=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 68 (26.95% from 255 or 60.18% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 68 - color contains mainly: green. Hex color #12441B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12441B is #EDBBE4. Grayscale: #303030. Windows color (decimal): -15580133 or 1786898. OLE color: 1786898.

HSL color Cylindrical-coordinate representation of color #12441B: hue angle of 130.8º 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 #12441B is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 68 27 -
CMYK 0.74 0 0.60 0.73
HSL 130.8º 0.58% 0.17% -
HSV(B) 130.8º 0.74% 0.27% -
XYZ 2.51 4.34 1.74 -
YUV 48.38 115.94 106.33 -
System Red Green Blue C M Y K H S L
Decimal 18 68 27 0.74 0 0.60 0.73 130.8 0.58 0.17
Hex 12 44 1B 4A 0 3C 49 83 3A 11
Octal 22 104 33 112 0 74 111 203 72 21
Binary 10010 1000100 11011 1001010 0 111100 1001001 10000011 111010 10001

Color Harmonies of #12441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12441B

Black with #12441B

Text Example


Text Example

White with #12441B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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