Html Css Color HEX #12461F Deep Fir

📋 copy color: '#12461F'

red 18 ◦ green 70 ◦ blue 31

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

Shades of Deep Fir #12461F

Tints of Deep Fir #12461F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 26.05%

R = 15.13%
G = 58.82%
B = 26.05%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#12461F (or 0x12461F) is known color: Deep Fir. HEX triplet: 12, 46 and 1F. RGB value is (18,70,31). Sum of RGB (Red+Green+Blue) = 18+70+31=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 70 (27.73% from 255 or 58.82% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 70 - color contains mainly: green. Hex color #12461F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12461F is #EDB9E0. Grayscale: #323232. Windows color (decimal): -15579617 or 2049554. OLE color: 2049554.

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

Color convert

RGB 18 70 31 -
CMYK 0.74 0 0.56 0.73
HSL 135º 0.59% 0.17% -
HSV(B) 135º 0.74% 0.27% -
XYZ 2.69 4.61 2.04 -
YUV 50.01 117.27 105.17 -
System Red Green Blue C M Y K H S L
Decimal 18 70 31 0.74 0 0.56 0.73 135 0.59 0.17
Hex 12 46 1F 4A 0 38 49 87 3B 11
Octal 22 106 37 112 0 70 111 207 73 21
Binary 10010 1000110 11111 1001010 0 111000 1001001 10000111 111011 10001

Color Harmonies of #12461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12461F

Black with #12461F

Text Example


Text Example

White with #12461F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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