Html Css Color HEX #003A0B Deep Fir

📋 copy color: '#003A0B'

red 0 ◦ green 58 ◦ blue 11

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

Shades of Deep Fir #003A0B

Tints of Deep Fir #003A0B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 84.06%

 BLUE value IS 11 (4.69% from 255) = 15.94%

R = 0%
G = 84.06%
B = 15.94%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.81

 K value IS 0.77

RGB Variations

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

Color information

#003A0B (or 0x003A0B) is known color: Deep Fir. HEX triplet: 00, 3A and 0B. RGB value is (0,58,11). Sum of RGB (Red+Green+Blue) = 0+58+11=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 58 (23.05% from 255 or 84.06% from 69); Blue value is 11 (4.69% from 255 or 15.94% from 69); Max value from RGB is 58 - color contains mainly: green. Hex color #003A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003A0B is #FFC5F4. Grayscale: #232323. Windows color (decimal): -16762357 or 735744. OLE color: 735744.

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

Color convert

RGB 0 58 11 -
CMYK 1 0 0.81 0.77
HSL 131.38º 1% 0.11% -
HSV(B) 131.38º 1% 0.23% -
XYZ 1.57 3.05 0.82 -
YUV 35.3 114.28 102.82 -
System Red Green Blue C M Y K H S L
Decimal 0 58 11 1 0 0.81 0.77 131.38 1 0.11
Hex 0 3A B 64 0 51 4D 83 64 B
Octal 0 72 13 144 0 121 115 203 144 13
Binary 0 111010 1011 1100100 0 1010001 1001101 10000011 1100100 1011

Color Harmonies of #003A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A0B

Black with #003A0B

Text Example


Text Example

White with #003A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,58,11); }

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

background-color css

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

 a { background-color: rgb(0,58,11); }

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

border-color css

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

 span { border-color: rgb(0,58,11); }

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