Html Css Color HEX #00850D Green

📋 copy color: '#00850D'

red 0 ◦ green 133 ◦ blue 13

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

Shades of Green #00850D

Tints of Green #00850D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 91.1%

 BLUE value IS 13 (5.47% from 255) = 8.9%

R = 0%
G = 91.1%
B = 8.9%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#00850D (or 0x00850D) is known color: 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

RGB 0 133 13 -
CMYK 1 0 0.90 0.48
HSL 125.86º 1% 0.26% -
HSV(B) 125.86º 1% 0.52% -
XYZ 8.46 16.8 3.18 -
YUV 79.55 90.44 71.26 -
System Red Green Blue C M Y K H S L
Decimal 0 133 13 1 0 0.90 0.48 125.86 1 0.26
Hex 0 85 D 64 0 5A 30 7E 64 1A
Octal 0 205 15 144 0 132 60 176 144 32
Binary 0 10000101 1101 1100100 0 1011010 110000 1111110 1100100 11010

Color Harmonies of #00850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00850D

Black with #00850D

Text Example


Text Example

White with #00850D

Text Example


Text Example

HTML Codes & Css Web 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>