#00800B

Color #00800B Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #00800B

Tints of Green #00800B

Color information

#00800B (or 0x00800B) is unknown color: approx Green. HEX triplet: 00, 80 and 0B. RGB value is (0,128,11). Sum of RGB (Red+Green+Blue) = 0+128+11=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 128 (50.39% from 255 or 92.09% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 128 - color contains mainly: green. Hex color #00800B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00800B is #FF7FF4. Grayscale: #4C4C4C. Windows color (decimal): -16744437 or 753664. OLE color: 753664.

HSL color Cylindrical-coordinate representation of color #00800B: hue angle of 125.16º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00800B is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB012811-
CMYK100.910.50
HSL125.16º100%25.1%-
HSV(B)125.16º100%50.2%-
XYZ7.7815.462.89-
YUV76.3991.0973.51-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 128 (50.39% from 255) = 92.09%
BLUE value IS 11 (4.69% from 255) = 7.91%
R=0%
G=92.09%
B=7.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal012811100.910.50125.1610025.1
Hex080B6405B327d6419
Octal02001314401336217514431
Binary01000000010111100100010110111100101111101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00800B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00800B; }

 p { color: rgb(0,128,11); }

 H1.HeaderClassName
 {
   color: #00800B;
 }
 .AnyTagClassName
 {
   color: #00800B;
 }
</style>
background-color css

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

 a { background-color: rgb(0,128,11); }

 div.DivClassName
 {
   background-color: #00800B;
 }
 .BgClassName
 {
   background-color: #00800B;
 }
</style>
border-color css

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

 span { border-color: rgb(0,128,11); }

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