Html Css Color HEX #007131 Fun Green

📋 copy color: '#007131'

red 0 ◦ green 113 ◦ blue 49

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

Shades of Fun Green #007131

Tints of Fun Green #007131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 30.25%

R = 0%
G = 69.75%
B = 30.25%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#007131 (or 0x007131) is known color: Fun Green. HEX triplet: 00, 71 and 31. RGB value is (0,113,49). Sum of RGB (Red+Green+Blue) = 0+113+49=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 113 (44.53% from 255 or 69.75% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 113 - color contains mainly: green. Hex color #007131 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007131 is #FF8ECE. Grayscale: #484848. Windows color (decimal): -16748239 or 3240192. OLE color: 3240192.

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

Color convert

RGB 0 113 49 -
CMYK 1 0 0.57 0.56
HSL 146.02º 1% 0.22% -
HSV(B) 146.02º 1% 0.44% -
XYZ 6.46 12.03 4.89 -
YUV 71.92 115.06 76.7 -
System Red Green Blue C M Y K H S L
Decimal 0 113 49 1 0 0.57 0.56 146.02 1 0.22
Hex 0 71 31 64 0 39 38 92 64 16
Octal 0 161 61 144 0 71 70 222 144 26
Binary 0 1110001 110001 1100100 0 111001 111000 10010010 1100100 10110

Color Harmonies of #007131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007131

Black with #007131

Text Example


Text Example

White with #007131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007131; }

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

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

background-color css

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

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

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

border-color css

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

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

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