Html Css Color HEX #00730A Green

📋 copy color: '#00730A'

red 0 ◦ green 115 ◦ blue 10

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

Shades of Green #00730A

Tints of Green #00730A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8%

R = 0%
G = 92%
B = 8%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#00730A (or 0x00730A) is known color: Green. HEX triplet: 00, 73 and 0A. RGB value is (0,115,10). Sum of RGB (Red+Green+Blue) = 0+115+10=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 115 (45.31% from 255 or 92% from 125); Blue value is 10 (4.30% from 255 or 8% from 125); Max value from RGB is 115 - color contains mainly: green. Hex color #00730A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00730A is #FF8CF5. Grayscale: #444444. Windows color (decimal): -16747766 or 684800. OLE color: 684800.

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

Color convert

RGB 0 115 10 -
CMYK 1 0 0.91 0.55
HSL 125.22º 1% 0.23% -
HSV(B) 125.22º 1% 0.45% -
XYZ 6.19 12.28 2.33 -
YUV 68.65 94.9 79.04 -
System Red Green Blue C M Y K H S L
Decimal 0 115 10 1 0 0.91 0.55 125.22 1 0.23
Hex 0 73 A 64 0 5B 37 7D 64 17
Octal 0 163 12 144 0 133 67 175 144 27
Binary 0 1110011 1010 1100100 0 1011011 110111 1111101 1100100 10111

Color Harmonies of #00730A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00730A

Black with #00730A

Text Example


Text Example

White with #00730A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00730A; }

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

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

background-color css

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

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

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

border-color css

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

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

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