Html Css Color HEX #007310 Green

📋 copy color: '#007310'

red 0 ◦ green 115 ◦ blue 16

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

Shades of Green #007310

Tints of Green #007310

RGB

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

 GREEN value IS 115 (45.31% from 255) = 87.79%

 BLUE value IS 16 (6.64% from 255) = 12.21%

R = 0%
G = 87.79%
B = 12.21%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#007310 (or 0x007310) is known color: Green. HEX triplet: 00, 73 and 10. RGB value is (0,115,16). Sum of RGB (Red+Green+Blue) = 0+115+16=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 115 (45.31% from 255 or 87.79% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 115 - color contains mainly: green. Hex color #007310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007310 is #FF8CEF. Grayscale: #454545. Windows color (decimal): -16747760 or 1078016. OLE color: 1078016.

HSL color Cylindrical-coordinate representation of color #007310: hue angle of 128.35º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007310 is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 115 16 -
CMYK 1 0 0.86 0.55
HSL 128.35º 1% 0.23% -
HSV(B) 128.35º 1% 0.45% -
XYZ 6.22 12.3 2.54 -
YUV 69.33 97.9 78.55 -
System Red Green Blue C M Y K H S L
Decimal 0 115 16 1 0 0.86 0.55 128.35 1 0.23
Hex 0 73 10 64 0 56 37 80 64 17
Octal 0 163 20 144 0 126 67 200 144 27
Binary 0 1110011 10000 1100100 0 1010110 110111 10000000 1100100 10111

Color Harmonies of #007310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007310

Black with #007310

Text Example


Text Example

White with #007310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007310; }

 p { color: rgb(0,115,16); }

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

background-color css

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

 a { background-color: rgb(0,115,16); }

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

border-color css

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

 span { border-color: rgb(0,115,16); }

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