#007032

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

Shades of Fun Green #007032

Tints of Fun Green #007032

Color information

#007032 (or 0x007032) is unknown color: approx Fun Green. HEX triplet: 00, 70 and 32. RGB value is (0,112,50). Sum of RGB (Red+Green+Blue) = 0+112+50=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 112 (44.14% from 255 or 69.14% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 112 - color contains mainly: green. Hex color #007032 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007032 is #FF8FCD. Grayscale: #474747. Windows color (decimal): -16748494 or 3305472. OLE color: 3305472.

HSL color Cylindrical-coordinate representation of color #007032: hue angle of 146.79º 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 #007032 is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB011250-
CMYK100.550.56
HSL146.79º100%21.96%-
HSV(B)146.79º100%43.92%-
XYZ6.3711.824.96-
YUV71.44115.8977.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 112 (44.14% from 255) = 69.14%
BLUE value IS 50 (19.92% from 255) = 30.86%
R=0%
G=69.14%
B=30.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011250100.550.56146.7910021.96
Hex070326403738936416
Octal0160621440677022314426
Binary011100001100101100100011011111100010010011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007032; }

 p { color: rgb(0,112,50); }

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

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

 a { background-color: rgb(0,112,50); }

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

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

 span { border-color: rgb(0,112,50); }

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