Html Css Color HEX #01480C Deep Fir

📋 copy color: '#01480C'

red 1 ◦ green 72 ◦ blue 12

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

Shades of Deep Fir #01480C

Tints of Deep Fir #01480C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 14.12%

R = 1.18%
G = 84.71%
B = 14.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#01480C (or 0x01480C) is known color: Deep Fir. HEX triplet: 01, 48 and 0C. RGB value is (1,72,12). Sum of RGB (Red+Green+Blue) = 1+72+12=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 72 (28.52% from 255 or 84.71% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 72 - color contains mainly: green. Hex color #01480C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01480C is #FEB7F3. Grayscale: #2C2C2C. Windows color (decimal): -16693236 or 804865. OLE color: 804865.

HSL color Cylindrical-coordinate representation of color #01480C: hue angle of 129.3º 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 #01480C is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 72 12 -
CMYK 0.99 0 0.83 0.72
HSL 129.3º 0.97% 0.14% -
HSV(B) 129.3º 0.99% 0.28% -
XYZ 2.4 4.67 1.12 -
YUV 43.93 109.98 97.38 -
System Red Green Blue C M Y K H S L
Decimal 1 72 12 0.99 0 0.83 0.72 129.3 0.97 0.14
Hex 1 48 C 63 0 53 48 81 61 E
Octal 1 110 14 143 0 123 110 201 141 16
Binary 1 1001000 1100 1100011 0 1010011 1001000 10000001 1100001 1110

Color Harmonies of #01480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01480C

Black with #01480C

Text Example


Text Example

White with #01480C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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