Html Css Color HEX #003F0E Deep Fir

📋 copy color: '#003F0E'

red 0 ◦ green 63 ◦ blue 14

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

Shades of Deep Fir #003F0E

Tints of Deep Fir #003F0E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 63 (25% from 255) = 81.82%

 BLUE value IS 14 (5.86% from 255) = 18.18%

R = 0%
G = 81.82%
B = 18.18%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#003F0E (or 0x003F0E) is known color: Deep Fir. HEX triplet: 00, 3F and 0E. RGB value is (0,63,14). Sum of RGB (Red+Green+Blue) = 0+63+14=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 63 (25% from 255 or 81.82% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 63 - color contains mainly: green. Hex color #003F0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003F0E is #FFC0F1. Grayscale: #262626. Windows color (decimal): -16761074 or 933632. OLE color: 933632.

HSL color Cylindrical-coordinate representation of color #003F0E: hue angle of 133.33º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F0E is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 63 14 -
CMYK 1 0 0.78 0.75
HSL 133.33º 1% 0.12% -
HSV(B) 133.33º 1% 0.25% -
XYZ 1.86 3.59 1.01 -
YUV 38.58 114.13 100.48 -
System Red Green Blue C M Y K H S L
Decimal 0 63 14 1 0 0.78 0.75 133.33 1 0.12
Hex 0 3F E 64 0 4E 4B 85 64 C
Octal 0 77 16 144 0 116 113 205 144 14
Binary 0 111111 1110 1100100 0 1001110 1001011 10000101 1100100 1100

Color Harmonies of #003F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003F0E

Black with #003F0E

Text Example


Text Example

White with #003F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003F0E; }

 p { color: rgb(0,63,14); }

 H1.HeaderClassName
 {
   color: #003F0E;
 }
 .AnyTagClassName
 {
   color: #003F0E;
 }
</style>

background-color css

<style>
 a { background-color: #003F0E; }

 a { background-color: rgb(0,63,14); }

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

border-color css

<style>
 span { border-color: #003F0E; }

 span { border-color: rgb(0,63,14); }

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