Html Css Color HEX #014A0D Deep Fir

📋 copy color: '#014A0D'

red 1 ◦ green 74 ◦ blue 13

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

Shades of Deep Fir #014A0D

Tints of Deep Fir #014A0D

RGB

 RED value IS 1 (0.78% from 255) = 1.14%

 GREEN value IS 74 (29.3% from 255) = 84.09%

 BLUE value IS 13 (5.47% from 255) = 14.77%

R = 1.14%
G = 84.09%
B = 14.77%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.71

RGB Variations

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

Color information

#014A0D (or 0x014A0D) is known color: Deep Fir. HEX triplet: 01, 4A and 0D. RGB value is (1,74,13). Sum of RGB (Red+Green+Blue) = 1+74+13=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 74 (29.30% from 255 or 84.09% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 74 - color contains mainly: green. Hex color #014A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014A0D is #FEB5F2. Grayscale: #2D2D2D. Windows color (decimal): -16692723 or 870913. OLE color: 870913.

HSL color Cylindrical-coordinate representation of color #014A0D: hue angle of 129.86º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A0D is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 74 13 -
CMYK 0.99 0 0.82 0.71
HSL 129.86º 0.97% 0.15% -
HSV(B) 129.86º 0.99% 0.29% -
XYZ 2.53 4.93 1.2 -
YUV 45.22 109.82 96.46 -
System Red Green Blue C M Y K H S L
Decimal 1 74 13 0.99 0 0.82 0.71 129.86 0.97 0.15
Hex 1 4A D 63 0 52 47 82 61 F
Octal 1 112 15 143 0 122 107 202 141 17
Binary 1 1001010 1101 1100011 0 1010010 1000111 10000010 1100001 1111

Color Harmonies of #014A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014A0D

Black with #014A0D

Text Example


Text Example

White with #014A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014A0D; }

 p { color: rgb(1,74,13); }

 H1.HeaderClassName
 {
   color: #014A0D;
 }
 .AnyTagClassName
 {
   color: #014A0D;
 }
</style>

background-color css

<style>
 a { background-color: #014A0D; }

 a { background-color: rgb(1,74,13); }

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

border-color css

<style>
 span { border-color: #014A0D; }

 span { border-color: rgb(1,74,13); }

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