Html Css Color HEX #003E0D Deep Fir

📋 copy color: '#003E0D'

red 0 ◦ green 62 ◦ blue 13

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

Shades of Deep Fir #003E0D

Tints of Deep Fir #003E0D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 82.67%

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

R = 0%
G = 82.67%
B = 17.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.79

 K value IS 0.76

RGB Variations

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

Color information

#003E0D (or 0x003E0D) is known color: Deep Fir. HEX triplet: 00, 3E and 0D. RGB value is (0,62,13). Sum of RGB (Red+Green+Blue) = 0+62+13=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 62 (24.61% from 255 or 82.67% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 62 - color contains mainly: green. Hex color #003E0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003E0D is #FFC1F2. Grayscale: #262626. Windows color (decimal): -16761331 or 867840. OLE color: 867840.

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

Color convert

RGB 0 62 13 -
CMYK 1 0 0.79 0.76
HSL 132.58º 1% 0.12% -
HSV(B) 132.58º 1% 0.24% -
XYZ 1.8 3.47 0.96 -
YUV 37.88 113.96 100.98 -
System Red Green Blue C M Y K H S L
Decimal 0 62 13 1 0 0.79 0.76 132.58 1 0.12
Hex 0 3E D 64 0 4F 4C 85 64 C
Octal 0 76 15 144 0 117 114 205 144 14
Binary 0 111110 1101 1100100 0 1001111 1001100 10000101 1100100 1100

Color Harmonies of #003E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003E0D

Black with #003E0D

Text Example


Text Example

White with #003E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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