Html Css Color HEX #003F0C Deep Fir

📋 copy color: '#003F0C'

red 0 ◦ green 63 ◦ blue 12

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

Shades of Deep Fir #003F0C

Tints of Deep Fir #003F0C

RGB

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

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

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

R = 0%
G = 84%
B = 16%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#003F0C (or 0x003F0C) is known color: Deep Fir. HEX triplet: 00, 3F and 0C. RGB value is (0,63,12). Sum of RGB (Red+Green+Blue) = 0+63+12=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 63 (25% from 255 or 84% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 63 - color contains mainly: green. Hex color #003F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003F0C is #FFC0F3. Grayscale: #262626. Windows color (decimal): -16761076 or 802560. OLE color: 802560.

HSL color Cylindrical-coordinate representation of color #003F0C: hue angle of 131.43º 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 #003F0C is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 63 12 -
CMYK 1 0 0.81 0.75
HSL 131.43º 1% 0.12% -
HSV(B) 131.43º 1% 0.25% -
XYZ 1.84 3.58 0.94 -
YUV 38.35 113.13 100.65 -
System Red Green Blue C M Y K H S L
Decimal 0 63 12 1 0 0.81 0.75 131.43 1 0.12
Hex 0 3F C 64 0 51 4B 83 64 C
Octal 0 77 14 144 0 121 113 203 144 14
Binary 0 111111 1100 1100100 0 1010001 1001011 10000011 1100100 1100

Color Harmonies of #003F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003F0C

Black with #003F0C

Text Example


Text Example

White with #003F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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