Html Css Color HEX #12461C Deep Fir

📋 copy color: '#12461C'

red 18 ◦ green 70 ◦ blue 28

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

Shades of Deep Fir #12461C

Tints of Deep Fir #12461C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 60.34%

 BLUE value IS 28 (11.33% from 255) = 24.14%

R = 15.52%
G = 60.34%
B = 24.14%

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

#12461C (or 0x12461C) is known color: Deep Fir. HEX triplet: 12, 46 and 1C. RGB value is (18,70,28). Sum of RGB (Red+Green+Blue) = 18+70+28=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 70 (27.73% from 255 or 60.34% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 70 - color contains mainly: green. Hex color #12461C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12461C is #EDB9E3. Grayscale: #313131. Windows color (decimal): -15579620 or 1852946. OLE color: 1852946.

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

Color convert

RGB 18 70 28 -
CMYK 0.74 0 0.60 0.73
HSL 131.54º 0.59% 0.17% -
HSV(B) 131.54º 0.74% 0.27% -
XYZ 2.65 4.59 1.85 -
YUV 49.66 115.77 105.42 -
System Red Green Blue C M Y K H S L
Decimal 18 70 28 0.74 0 0.60 0.73 131.54 0.59 0.17
Hex 12 46 1C 4A 0 3C 49 84 3B 11
Octal 22 106 34 112 0 74 111 204 73 21
Binary 10010 1000110 11100 1001010 0 111100 1001001 10000100 111011 10001

Color Harmonies of #12461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12461C

Black with #12461C

Text Example


Text Example

White with #12461C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12461C; }

 p { color: rgb(18,70,28); }

 H1.HeaderClassName
 {
   color: #12461C;
 }
 .AnyTagClassName
 {
   color: #12461C;
 }
</style>

background-color css

<style>
 a { background-color: #12461C; }

 a { background-color: rgb(18,70,28); }

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

border-color css

<style>
 span { border-color: #12461C; }

 span { border-color: rgb(18,70,28); }

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