Html Css Color HEX #003A0D Deep Fir

📋 copy color: '#003A0D'

red 0 ◦ green 58 ◦ blue 13

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

Shades of Deep Fir #003A0D

Tints of Deep Fir #003A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 18.31%

R = 0%
G = 81.69%
B = 18.31%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.78

 K value IS 0.77

RGB Variations

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

Color information

#003A0D (or 0x003A0D) is known color: Deep Fir. HEX triplet: 00, 3A and 0D. RGB value is (0,58,13). Sum of RGB (Red+Green+Blue) = 0+58+13=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 58 (23.05% from 255 or 81.69% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 58 - color contains mainly: green. Hex color #003A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003A0D is #FFC5F2. Grayscale: #232323. Windows color (decimal): -16762355 or 866816. OLE color: 866816.

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

Color convert

RGB 0 58 13 -
CMYK 1 0 0.78 0.77
HSL 133.45º 1% 0.11% -
HSV(B) 133.45º 1% 0.23% -
XYZ 1.59 3.06 0.89 -
YUV 35.53 115.28 102.66 -
System Red Green Blue C M Y K H S L
Decimal 0 58 13 1 0 0.78 0.77 133.45 1 0.11
Hex 0 3A D 64 0 4E 4D 85 64 B
Octal 0 72 15 144 0 116 115 205 144 13
Binary 0 111010 1101 1100100 0 1001110 1001101 10000101 1100100 1011

Color Harmonies of #003A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A0D

Black with #003A0D

Text Example


Text Example

White with #003A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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