Html Css Color HEX #00861D Green

📋 copy color: '#00861D'

red 0 ◦ green 134 ◦ blue 29

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

Shades of Green #00861D

Tints of Green #00861D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 82.21%

 BLUE value IS 29 (11.72% from 255) = 17.79%

R = 0%
G = 82.21%
B = 17.79%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#00861D (or 0x00861D) is known color: Green. HEX triplet: 00, 86 and 1D. RGB value is (0,134,29). Sum of RGB (Red+Green+Blue) = 0+134+29=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 134 (52.73% from 255 or 82.21% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 134 - color contains mainly: green. Hex color #00861D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00861D is #FF79E2. Grayscale: #525252. Windows color (decimal): -16742883 or 1934848. OLE color: 1934848.

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

Color convert

RGB 0 134 29 -
CMYK 1 0 0.78 0.47
HSL 132.99º 1% 0.26% -
HSV(B) 132.99º 1% 0.53% -
XYZ 8.75 17.14 4.01 -
YUV 81.96 98.11 69.54 -
System Red Green Blue C M Y K H S L
Decimal 0 134 29 1 0 0.78 0.47 132.99 1 0.26
Hex 0 86 1D 64 0 4E 2F 85 64 1A
Octal 0 206 35 144 0 116 57 205 144 32
Binary 0 10000110 11101 1100100 0 1001110 101111 10000101 1100100 11010

Color Harmonies of #00861D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00861D

Black with #00861D

Text Example


Text Example

White with #00861D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,134,29); }

 H1.HeaderClassName
 {
   color: #00861D;
 }
 .AnyTagClassName
 {
   color: #00861D;
 }
</style>

background-color css

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

 a { background-color: rgb(0,134,29); }

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

border-color css

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

 span { border-color: rgb(0,134,29); }

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