Html Css Color HEX #007301 Green

📋 copy color: '#007301'

red 0 ◦ green 115 ◦ blue 1

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

Shades of Green #007301

Tints of Green #007301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.86%

R = 0%
G = 99.14%
B = 0.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#007301 (or 0x007301) is known color: Green. HEX triplet: 00, 73 and 01. RGB value is (0,115,1). Sum of RGB (Red+Green+Blue) = 0+115+1=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 115 (45.31% from 255 or 99.14% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 115 - color contains mainly: green. Hex color #007301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007301 is #FF8CFE. Grayscale: #434343. Windows color (decimal): -16747775 or 94976. OLE color: 94976.

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

Color convert

RGB 0 115 1 -
CMYK 1 0 0.99 0.55
HSL 120.52º 1% 0.23% -
HSV(B) 120.52º 1% 0.45% -
XYZ 6.14 12.26 2.07 -
YUV 67.62 90.4 79.77 -
System Red Green Blue C M Y K H S L
Decimal 0 115 1 1 0 0.99 0.55 120.52 1 0.23
Hex 0 73 1 64 0 63 37 79 64 17
Octal 0 163 1 144 0 143 67 171 144 27
Binary 0 1110011 1 1100100 0 1100011 110111 1111001 1100100 10111

Color Harmonies of #007301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007301

Black with #007301

Text Example


Text Example

White with #007301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007301; }

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

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

background-color css

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

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

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

border-color css

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

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

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