Html Css Color HEX #003B0E Deep Fir

📋 copy color: '#003B0E'

red 0 ◦ green 59 ◦ blue 14

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

Shades of Deep Fir #003B0E

Tints of Deep Fir #003B0E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 80.82%

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

R = 0%
G = 80.82%
B = 19.18%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.76

 K value IS 0.77

RGB Variations

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

Color information

#003B0E (or 0x003B0E) is known color: Deep Fir. HEX triplet: 00, 3B and 0E. RGB value is (0,59,14). Sum of RGB (Red+Green+Blue) = 0+59+14=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 59 (23.44% from 255 or 80.82% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 59 - color contains mainly: green. Hex color #003B0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003B0E is #FFC4F1. Grayscale: #242424. Windows color (decimal): -16762098 or 932608. OLE color: 932608.

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

Color convert

RGB 0 59 14 -
CMYK 1 0 0.76 0.77
HSL 134.24º 1% 0.12% -
HSV(B) 134.24º 1% 0.23% -
XYZ 1.64 3.16 0.94 -
YUV 36.23 115.45 102.16 -
System Red Green Blue C M Y K H S L
Decimal 0 59 14 1 0 0.76 0.77 134.24 1 0.12
Hex 0 3B E 64 0 4C 4D 86 64 C
Octal 0 73 16 144 0 114 115 206 144 14
Binary 0 111011 1110 1100100 0 1001100 1001101 10000110 1100100 1100

Color Harmonies of #003B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003B0E

Black with #003B0E

Text Example


Text Example

White with #003B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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