#03700D

Color #03700D Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #03700D

Tints of Green #03700D

Color information

#03700D (or 0x03700D) is unknown color: approx Green. HEX triplet: 03, 70 and 0D. RGB value is (3,112,13). Sum of RGB (Red+Green+Blue) = 3+112+13=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 112 (44.14% from 255 or 87.5% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 112 - color contains mainly: green. Hex color #03700D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03700D is #FC8FF2. Grayscale: #444444. Windows color (decimal): -16551923 or 880643. OLE color: 880643.

HSL color Cylindrical-coordinate representation of color #03700D: hue angle of 125.5º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03700D is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB311213-
CMYK0.9700.880.56
HSL125.5º94.78%22.55%-
HSV(B)125.5º97.32%43.92%-
XYZ5.911.642.32-
YUV68.1296.8981.55-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.34%
GREEN value IS 112 (44.14% from 255) = 87.5%
BLUE value IS 13 (5.47% from 255) = 10.16%
R=2.34%
G=87.5%
B=10.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3112130.9700.880.56125.594.7822.55
Hex370D61058387e5f17
Octal31601514101307017613727
Binary11111000011011100001010110001110001111110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03700D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03700D; }

 p { color: rgb(3,112,13); }

 H1.HeaderClassName
 {
   color: #03700D;
 }
 .AnyTagClassName
 {
   color: #03700D;
 }
</style>
background-color css

<style>
 a { background-color: #03700D; }

 a { background-color: rgb(3,112,13); }

 div.DivClassName
 {
   background-color: #03700D;
 }
 .BgClassName
 {
   background-color: #03700D;
 }
</style>
border-color css

<style>
 span { border-color: #03700D; }

 span { border-color: rgb(3,112,13); }

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