#037F0F

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

Shades of Green #037F0F

Tints of Green #037F0F

Color information

#037F0F (or 0x037F0F) is unknown color: approx Green. HEX triplet: 03, 7F and 0F. RGB value is (3,127,15). Sum of RGB (Red+Green+Blue) = 3+127+15=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 127 (50% from 255 or 87.59% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 127 - color contains mainly: green. Hex color #037F0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037F0F is #FC80F0. Grayscale: #4D4D4D. Windows color (decimal): -16548081 or 1015555. OLE color: 1015555.

HSL color Cylindrical-coordinate representation of color #037F0F: hue angle of 125.81º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037F0F is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB312715-
CMYK0.9800.880.50
HSL125.81º95.38%25.49%-
HSV(B)125.81º97.64%49.8%-
XYZ7.7115.232.99-
YUV77.1692.9275.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.07%
GREEN value IS 127 (50% from 255) = 87.59%
BLUE value IS 15 (6.25% from 255) = 10.34%
R=2.07%
G=87.59%
B=10.34%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3127150.9800.880.50125.8195.3825.49
Hex37FF62058327e5f19
Octal31771714201306217613731
Binary11111111111111100010010110001100101111110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037F0F; }

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

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

<style>
 a { background-color: #037F0F; }

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

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

<style>
 span { border-color: #037F0F; }

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

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