Html Css Color HEX #007031 Fun Green

📋 copy color: '#007031'

red 0 ◦ green 112 ◦ blue 49

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

Shades of Fun Green #007031

Tints of Fun Green #007031

RGB

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

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

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

R = 0%
G = 69.57%
B = 30.43%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#007031 (or 0x007031) is known color: Fun Green. HEX triplet: 00, 70 and 31. RGB value is (0,112,49). Sum of RGB (Red+Green+Blue) = 0+112+49=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 112 (44.14% from 255 or 69.57% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 112 - color contains mainly: green. Hex color #007031 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007031 is #FF8FCE. Grayscale: #474747. Windows color (decimal): -16748495 or 3239936. OLE color: 3239936.

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

Color convert

RGB 0 112 49 -
CMYK 1 0 0.56 0.56
HSL 146.25º 1% 0.22% -
HSV(B) 146.25º 1% 0.44% -
XYZ 6.35 11.81 4.85 -
YUV 71.33 115.39 77.12 -
System Red Green Blue C M Y K H S L
Decimal 0 112 49 1 0 0.56 0.56 146.25 1 0.22
Hex 0 70 31 64 0 38 38 92 64 16
Octal 0 160 61 144 0 70 70 222 144 26
Binary 0 1110000 110001 1100100 0 111000 111000 10010010 1100100 10110

Color Harmonies of #007031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007031

Black with #007031

Text Example


Text Example

White with #007031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007031; }

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

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

background-color css

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

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

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

border-color css

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

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

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