#007102

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

Shades of Green #007102

Tints of Green #007102

Color information

#007102 (or 0x007102) is unknown color: approx Green. HEX triplet: 00, 71 and 02. RGB value is (0,113,2). Sum of RGB (Red+Green+Blue) = 0+113+2=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 113 (44.53% from 255 or 98.26% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 113 - color contains mainly: green. Hex color #007102 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007102 is #FF8EFD. Grayscale: #424242. Windows color (decimal): -16748286 or 160000. OLE color: 160000.

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

Color convert

RGB01132-
CMYK100.980.56
HSL121.06º100%22.16%-
HSV(B)121.06º100%44.31%-
XYZ5.9211.812.03-
YUV66.5691.5680.53-

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) = 98.26%
BLUE value IS 2 (1.17% from 255) = 1.74%
R=0%
G=98.26%
B=1.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal01132100.980.56121.0610022.16
Hex07126406238796416
Octal0161214401427017114426
Binary01110001101100100011000101110001111001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007102; }

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

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

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

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

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

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

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

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