#003F0A

Color #003F0A Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #003F0A

Tints of Deep Fir #003F0A

Color information

#003F0A (or 0x003F0A) is unknown color: approx Deep Fir. HEX triplet: 00, 3F and 0A. RGB value is (0,63,10). Sum of RGB (Red+Green+Blue) = 0+63+10=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 63 (25% from 255 or 86.30% from 73); Blue value is 10 (4.30% from 255 or 13.70% from 73); Max value from RGB is 63 - color contains mainly: green. Hex color #003F0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003F0A is #FFC0F5. Grayscale: #262626. Windows color (decimal): -16761078 or 671488. OLE color: 671488.

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

Color convert

RGB06310-
CMYK100.840.75
HSL129.52º100%12.35%-
HSV(B)129.52º100%24.71%-
XYZ1.833.580.88-
YUV38.12112.13100.81-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 63 (25% from 255) = 86.30%
BLUE value IS 10 (4.30% from 255) = 13.70%
R=0%
G=86.30%
B=13.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06310100.840.75129.5210012.35
Hex03FA640544B8264c
Octal07712144012411320214414
Binary0111111101011001000101010010010111000001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #003F0A;
 }
 .AnyTagClassName
 {
   color: #003F0A;
 }
</style>
background-color css

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

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

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

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

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

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