Html Css Color HEX #00811F Green

📋 copy color: '#00811F'

red 0 ◦ green 129 ◦ blue 31

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

Shades of Green #00811F

Tints of Green #00811F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 80.63%

 BLUE value IS 31 (12.5% from 255) = 19.38%

R = 0%
G = 80.63%
B = 19.38%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#00811F (or 0x00811F) is known color: Green. HEX triplet: 00, 81 and 1F. RGB value is (0,129,31). Sum of RGB (Red+Green+Blue) = 0+129+31=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 129 (50.78% from 255 or 80.62% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 129 - color contains mainly: green. Hex color #00811F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00811F is #FF7EE0. Grayscale: #4F4F4F. Windows color (decimal): -16744161 or 2064640. OLE color: 2064640.

HSL color Cylindrical-coordinate representation of color #00811F: hue angle of 134.42º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00811F is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 129 31 -
CMYK 1 0 0.76 0.49
HSL 134.42º 1% 0.25% -
HSV(B) 134.42º 1% 0.51% -
XYZ 8.1 15.8 3.92 -
YUV 79.26 100.76 71.47 -
System Red Green Blue C M Y K H S L
Decimal 0 129 31 1 0 0.76 0.49 134.42 1 0.25
Hex 0 81 1F 64 0 4C 31 86 64 19
Octal 0 201 37 144 0 114 61 206 144 31
Binary 0 10000001 11111 1100100 0 1001100 110001 10000110 1100100 11001

Color Harmonies of #00811F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00811F

Black with #00811F

Text Example


Text Example

White with #00811F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00811F; }

 p { color: rgb(0,129,31); }

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

background-color css

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

 a { background-color: rgb(0,129,31); }

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

border-color css

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

 span { border-color: rgb(0,129,31); }

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