Html Css Color HEX #007311 Green

📋 copy color: '#007311'

red 0 ◦ green 115 ◦ blue 17

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

Shades of Green #007311

Tints of Green #007311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.88%

R = 0%
G = 87.12%
B = 12.88%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#007311 (or 0x007311) is known color: Green. HEX triplet: 00, 73 and 11. RGB value is (0,115,17). Sum of RGB (Red+Green+Blue) = 0+115+17=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 115 (45.31% from 255 or 87.12% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 115 - color contains mainly: green. Hex color #007311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007311 is #FF8CEE. Grayscale: #454545. Windows color (decimal): -16747759 or 1143552. OLE color: 1143552.

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

Color convert

RGB 0 115 17 -
CMYK 1 0 0.85 0.55
HSL 128.87º 1% 0.23% -
HSV(B) 128.87º 1% 0.45% -
XYZ 6.23 12.3 2.58 -
YUV 69.44 98.4 78.47 -
System Red Green Blue C M Y K H S L
Decimal 0 115 17 1 0 0.85 0.55 128.87 1 0.23
Hex 0 73 11 64 0 55 37 81 64 17
Octal 0 163 21 144 0 125 67 201 144 27
Binary 0 1110011 10001 1100100 0 1010101 110111 10000001 1100100 10111

Color Harmonies of #007311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007311

Black with #007311

Text Example


Text Example

White with #007311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007311; }

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

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

background-color css

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

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

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

border-color css

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

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

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