#03870F

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

Shades of Green #03870F

Tints of Green #03870F

Color information

#03870F (or 0x03870F) is unknown color: approx Green. HEX triplet: 03, 87 and 0F. RGB value is (3,135,15). Sum of RGB (Red+Green+Blue) = 3+135+15=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 135 (53.12% from 255 or 88.24% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 135 - color contains mainly: green. Hex color #03870F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03870F is #FC78F0. Grayscale: #525252. Windows color (decimal): -16546033 or 1017603. OLE color: 1017603.

HSL color Cylindrical-coordinate representation of color #03870F: hue angle of 125.45º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03870F is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB313515-
CMYK0.9800.890.47
HSL125.45º95.65%27.06%-
HSV(B)125.45º97.78%52.94%-
XYZ8.7917.383.34-
YUV81.8590.2771.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.96%
GREEN value IS 135 (53.12% from 255) = 88.24%
BLUE value IS 15 (6.25% from 255) = 9.80%
R=1.96%
G=88.24%
B=9.80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3135150.9800.890.47125.4595.6527.06
Hex387F620592F7d601b
Octal32071714201315717514033
Binary111000011111111100010010110011011111111101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03870F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03870F; }

 p { color: rgb(3,135,15); }

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

<style>
 a { background-color: #03870F; }

 a { background-color: rgb(3,135,15); }

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

<style>
 span { border-color: #03870F; }

 span { border-color: rgb(3,135,15); }

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