Html Css Color HEX #12361D Deep Fir

📋 copy color: '#12361D'

red 18 ◦ green 54 ◦ blue 29

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

Shades of Deep Fir #12361D

Tints of Deep Fir #12361D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 53.47%

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

R = 17.82%
G = 53.47%
B = 28.71%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.46

 K value IS 0.79

RGB Variations

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

Color information

#12361D (or 0x12361D) is known color: Deep Fir. HEX triplet: 12, 36 and 1D. RGB value is (18,54,29). Sum of RGB (Red+Green+Blue) = 18+54+29=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 54 (21.48% from 255 or 53.47% from 101); Blue value is 29 (11.72% from 255 or 28.71% from 101); Max value from RGB is 54 - color contains mainly: green. Hex color #12361D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12361D is #EDC9E2. Grayscale: #282828. Windows color (decimal): -15583715 or 1914386. OLE color: 1914386.

HSL color Cylindrical-coordinate representation of color #12361D: hue angle of 138.33º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #12361D is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 54 29 -
CMYK 0.67 0 0.46 0.79
HSL 138.33º 0.5% 0.14% -
HSV(B) 138.33º 0.67% 0.21% -
XYZ 1.79 2.86 1.62 -
YUV 40.39 121.57 112.03 -
System Red Green Blue C M Y K H S L
Decimal 18 54 29 0.67 0 0.46 0.79 138.33 0.5 0.14
Hex 12 36 1D 43 0 2E 4F 8A 32 E
Octal 22 66 35 103 0 56 117 212 62 16
Binary 10010 110110 11101 1000011 0 101110 1001111 10001010 110010 1110

Color Harmonies of #12361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12361D

Black with #12361D

Text Example


Text Example

White with #12361D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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