#00850D

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

Shades of Green #00850D

Tints of Green #00850D

Color information

#00850D (or 0x00850D) is unknown color: approx Green. HEX triplet: 00, 85 and 0D. RGB value is (0,133,13). Sum of RGB (Red+Green+Blue) = 0+133+13=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 133 (52.34% from 255 or 91.10% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 133 - color contains mainly: green. Hex color #00850D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00850D is #FF7AF2. Grayscale: #4F4F4F. Windows color (decimal): -16743155 or 886016. OLE color: 886016.

HSL color Cylindrical-coordinate representation of color #00850D: hue angle of 125.86º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00850D is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB013313-
CMYK100.900.48
HSL125.86º100%26.08%-
HSV(B)125.86º100%52.16%-
XYZ8.4616.83.18-
YUV79.5590.4471.26-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 133 (52.34% from 255) = 91.10%
BLUE value IS 13 (5.47% from 255) = 8.90%
R=0%
G=91.10%
B=8.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal013313100.900.48125.8610026.08
Hex085D6405A307e641a
Octal02051514401326017614432
Binary01000010111011100100010110101100001111110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00850D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00850D; }

 p { color: rgb(0,133,13); }

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

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

 a { background-color: rgb(0,133,13); }

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

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

 span { border-color: rgb(0,133,13); }

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