Html Css Color HEX #00731C Green

📋 copy color: '#00731C'

red 0 ◦ green 115 ◦ blue 28

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

Shades of Green #00731C

Tints of Green #00731C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.58%

R = 0%
G = 80.42%
B = 19.58%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#00731C (or 0x00731C) is known color: Green. HEX triplet: 00, 73 and 1C. RGB value is (0,115,28). Sum of RGB (Red+Green+Blue) = 0+115+28=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 115 (45.31% from 255 or 80.42% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 115 - color contains mainly: green. Hex color #00731C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00731C is #FF8CE3. Grayscale: #464646. Windows color (decimal): -16747748 or 1864448. OLE color: 1864448.

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

Color convert

RGB 0 115 28 -
CMYK 1 0 0.76 0.55
HSL 134.61º 1% 0.23% -
HSV(B) 134.61º 1% 0.45% -
XYZ 6.34 12.35 3.15 -
YUV 70.7 103.9 77.57 -
System Red Green Blue C M Y K H S L
Decimal 0 115 28 1 0 0.76 0.55 134.61 1 0.23
Hex 0 73 1C 64 0 4C 37 87 64 17
Octal 0 163 34 144 0 114 67 207 144 27
Binary 0 1110011 11100 1100100 0 1001100 110111 10000111 1100100 10111

Color Harmonies of #00731C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00731C

Black with #00731C

Text Example


Text Example

White with #00731C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00731C; }

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

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

background-color css

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

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

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

border-color css

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

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

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