Html Css Color HEX #003B0C Deep Fir

📋 copy color: '#003B0C'

red 0 ◦ green 59 ◦ blue 12

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

Shades of Deep Fir #003B0C

Tints of Deep Fir #003B0C

RGB

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

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

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

R = 0%
G = 83.1%
B = 16.9%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.80

 K value IS 0.77

RGB Variations

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

Color information

#003B0C (or 0x003B0C) is known color: Deep Fir. HEX triplet: 00, 3B and 0C. RGB value is (0,59,12). Sum of RGB (Red+Green+Blue) = 0+59+12=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 59 (23.44% from 255 or 83.10% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 59 - color contains mainly: green. Hex color #003B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003B0C is #FFC4F3. Grayscale: #242424. Windows color (decimal): -16762100 or 801536. OLE color: 801536.

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

Color convert

RGB 0 59 12 -
CMYK 1 0 0.80 0.77
HSL 132.2º 1% 0.12% -
HSV(B) 132.2º 1% 0.23% -
XYZ 1.63 3.15 0.87 -
YUV 36 114.45 102.32 -
System Red Green Blue C M Y K H S L
Decimal 0 59 12 1 0 0.80 0.77 132.2 1 0.12
Hex 0 3B C 64 0 50 4D 84 64 C
Octal 0 73 14 144 0 120 115 204 144 14
Binary 0 111011 1100 1100100 0 1010000 1001101 10000100 1100100 1100

Color Harmonies of #003B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003B0C

Black with #003B0C

Text Example


Text Example

White with #003B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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