Html Css Color HEX #00712F Fun Green

📋 copy color: '#00712F'

red 0 ◦ green 113 ◦ blue 47

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

Shades of Fun Green #00712F

Tints of Fun Green #00712F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 70.63%

 BLUE value IS 47 (18.75% from 255) = 29.38%

R = 0%
G = 70.63%
B = 29.38%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#00712F (or 0x00712F) is known color: Fun Green. HEX triplet: 00, 71 and 2F. RGB value is (0,113,47). Sum of RGB (Red+Green+Blue) = 0+113+47=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 113 (44.53% from 255 or 70.62% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 113 - color contains mainly: green. Hex color #00712F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00712F is #FF8ED0. Grayscale: #474747. Windows color (decimal): -16748241 or 3109120. OLE color: 3109120.

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

Color convert

RGB 0 113 47 -
CMYK 1 0 0.58 0.56
HSL 144.96º 1% 0.22% -
HSV(B) 144.96º 1% 0.44% -
XYZ 6.42 12.02 4.67 -
YUV 71.69 114.06 76.87 -
System Red Green Blue C M Y K H S L
Decimal 0 113 47 1 0 0.58 0.56 144.96 1 0.22
Hex 0 71 2F 64 0 3A 38 91 64 16
Octal 0 161 57 144 0 72 70 221 144 26
Binary 0 1110001 101111 1100100 0 111010 111000 10010001 1100100 10110

Color Harmonies of #00712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00712F

Black with #00712F

Text Example


Text Example

White with #00712F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00712F;
 }
 .AnyTagClassName
 {
   color: #00712F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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