Html Css Color HEX #00702E Fun Green

📋 copy color: '#00702E'

red 0 ◦ green 112 ◦ blue 46

#00702E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Green #00702E

Tints of Fun Green #00702E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 112 (44.14% from 255) = 70.89%

 BLUE value IS 46 (18.36% from 255) = 29.11%

R = 0%
G = 70.89%
B = 29.11%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#00702E (or 0x00702E) is known color: Fun Green. HEX triplet: 00, 70 and 2E. RGB value is (0,112,46). Sum of RGB (Red+Green+Blue) = 0+112+46=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 112 (44.14% from 255 or 70.89% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 112 - color contains mainly: green. Hex color #00702E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00702E is #FF8FD1. Grayscale: #474747. Windows color (decimal): -16748498 or 3043328. OLE color: 3043328.

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

Color convert

RGB 0 112 46 -
CMYK 1 0 0.59 0.56
HSL 144.64º 1% 0.22% -
HSV(B) 144.64º 1% 0.44% -
XYZ 6.29 11.79 4.53 -
YUV 70.99 113.89 77.37 -
System Red Green Blue C M Y K H S L
Decimal 0 112 46 1 0 0.59 0.56 144.64 1 0.22
Hex 0 70 2E 64 0 3B 38 91 64 16
Octal 0 160 56 144 0 73 70 221 144 26
Binary 0 1110000 101110 1100100 0 111011 111000 10010001 1100100 10110

Color Harmonies of #00702E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00702E

Black with #00702E

Text Example


Text Example

White with #00702E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00702E;
 }
 .AnyTagClassName
 {
   color: #00702E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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