#007131

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

Shades of Fun Green #007131

Tints of Fun Green #007131

Color information

#007131 (or 0x007131) is unknown color: approx Fun Green. HEX triplet: 00, 71 and 31. RGB value is (0,113,49). Sum of RGB (Red+Green+Blue) = 0+113+49=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 113 (44.53% from 255 or 69.75% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 113 - color contains mainly: green. Hex color #007131 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007131 is #FF8ECE. Grayscale: #484848. Windows color (decimal): -16748239 or 3240192. OLE color: 3240192.

HSL color Cylindrical-coordinate representation of color #007131: hue angle of 146.02º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007131 is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB011349-
CMYK100.570.56
HSL146.02º100%22.16%-
HSV(B)146.02º100%44.31%-
XYZ6.4612.034.89-
YUV71.92115.0676.7-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 113 (44.53% from 255) = 69.75%
BLUE value IS 49 (19.53% from 255) = 30.25%
R=0%
G=69.75%
B=30.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011349100.570.56146.0210022.16
Hex071316403938926416
Octal0161611440717022214426
Binary011100011100011100100011100111100010010010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007131; }

 p { color: rgb(0,113,49); }

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

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

 a { background-color: rgb(0,113,49); }

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

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

 span { border-color: rgb(0,113,49); }

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