#00702F

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

Shades of Fun Green #00702F

Tints of Fun Green #00702F

Color information

#00702F (or 0x00702F) is unknown color: approx Fun Green. HEX triplet: 00, 70 and 2F. RGB value is (0,112,47). Sum of RGB (Red+Green+Blue) = 0+112+47=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 112 (44.14% from 255 or 70.44% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 112 - color contains mainly: green. Hex color #00702F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00702F is #FF8FD0. Grayscale: #474747. Windows color (decimal): -16748497 or 3108864. OLE color: 3108864.

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

Color convert

RGB011247-
CMYK100.580.56
HSL145.18º100%21.96%-
HSV(B)145.18º100%43.92%-
XYZ6.3111.794.63-
YUV71.1114.3977.29-

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) = 70.44%
BLUE value IS 47 (18.75% from 255) = 29.56%
R=0%
G=70.44%
B=29.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011247100.580.56145.1810021.96
Hex0702F6403A38916416
Octal0160571440727022114426
Binary011100001011111100100011101011100010010001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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