Html Css Color HEX #00851F Green

📋 copy color: '#00851F'

red 0 ◦ green 133 ◦ blue 31

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

Shades of Green #00851F

Tints of Green #00851F

RGB

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

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

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

R = 0%
G = 81.1%
B = 18.9%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#00851F (or 0x00851F) is known color: Green. HEX triplet: 00, 85 and 1F. RGB value is (0,133,31). Sum of RGB (Red+Green+Blue) = 0+133+31=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 133 (52.34% from 255 or 81.10% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 133 - color contains mainly: green. Hex color #00851F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00851F is #FF7AE0. Grayscale: #515151. Windows color (decimal): -16743137 or 2065664. OLE color: 2065664.

HSL color Cylindrical-coordinate representation of color #00851F: hue angle of 133.98º 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 #00851F is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 133 31 -
CMYK 1 0 0.77 0.48
HSL 133.99º 1% 0.26% -
HSV(B) 133.99º 1% 0.52% -
XYZ 8.63 16.87 4.1 -
YUV 81.61 99.44 69.79 -
System Red Green Blue C M Y K H S L
Decimal 0 133 31 1 0 0.77 0.48 133.99 1 0.26
Hex 0 85 1F 64 0 4D 30 86 64 1A
Octal 0 205 37 144 0 115 60 206 144 32
Binary 0 10000101 11111 1100100 0 1001101 110000 10000110 1100100 11010

Color Harmonies of #00851F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00851F

Black with #00851F

Text Example


Text Example

White with #00851F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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