Html Css Color HEX #01480D Deep Fir

📋 copy color: '#01480D'

red 1 ◦ green 72 ◦ blue 13

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

Shades of Deep Fir #01480D

Tints of Deep Fir #01480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 83.72%

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

R = 1.16%
G = 83.72%
B = 15.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#01480D (or 0x01480D) is known color: Deep Fir. HEX triplet: 01, 48 and 0D. RGB value is (1,72,13). Sum of RGB (Red+Green+Blue) = 1+72+13=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 72 (28.52% from 255 or 83.72% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 72 - color contains mainly: green. Hex color #01480D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01480D is #FEB7F2. Grayscale: #2C2C2C. Windows color (decimal): -16693235 or 870401. OLE color: 870401.

HSL color Cylindrical-coordinate representation of color #01480D: hue angle of 130.14º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01480D is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 72 13 -
CMYK 0.99 0 0.82 0.72
HSL 130.14º 0.97% 0.14% -
HSV(B) 130.14º 0.99% 0.28% -
XYZ 2.4 4.67 1.16 -
YUV 44.05 110.48 97.3 -
System Red Green Blue C M Y K H S L
Decimal 1 72 13 0.99 0 0.82 0.72 130.14 0.97 0.14
Hex 1 48 D 63 0 52 48 82 61 E
Octal 1 110 15 143 0 122 110 202 141 16
Binary 1 1001000 1101 1100011 0 1010010 1001000 10000010 1100001 1110

Color Harmonies of #01480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01480D

Black with #01480D

Text Example


Text Example

White with #01480D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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