Html Css Color HEX #12461E Deep Fir

📋 copy color: '#12461E'

red 18 ◦ green 70 ◦ blue 30

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

Shades of Deep Fir #12461E

Tints of Deep Fir #12461E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 25.42%

R = 15.25%
G = 59.32%
B = 25.42%

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

#12461E (or 0x12461E) is known color: Deep Fir. HEX triplet: 12, 46 and 1E. RGB value is (18,70,30). Sum of RGB (Red+Green+Blue) = 18+70+30=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 70 (27.73% from 255 or 59.32% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 70 - color contains mainly: green. Hex color #12461E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12461E is #EDB9E1. Grayscale: #313131. Windows color (decimal): -15579618 or 1984018. OLE color: 1984018.

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

Color convert

RGB 18 70 30 -
CMYK 0.74 0 0.57 0.73
HSL 133.85º 0.59% 0.17% -
HSV(B) 133.85º 0.74% 0.27% -
XYZ 2.67 4.6 1.98 -
YUV 49.89 116.77 105.25 -
System Red Green Blue C M Y K H S L
Decimal 18 70 30 0.74 0 0.57 0.73 133.85 0.59 0.17
Hex 12 46 1E 4A 0 39 49 86 3B 11
Octal 22 106 36 112 0 71 111 206 73 21
Binary 10010 1000110 11110 1001010 0 111001 1001001 10000110 111011 10001

Color Harmonies of #12461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12461E

Black with #12461E

Text Example


Text Example

White with #12461E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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