Html Css Color HEX #00841F Green

📋 copy color: '#00841F'

red 0 ◦ green 132 ◦ blue 31

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

Shades of Green #00841F

Tints of Green #00841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 80.98%

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

R = 0%
G = 80.98%
B = 19.02%

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

#00841F (or 0x00841F) is known color: Green. HEX triplet: 00, 84 and 1F. RGB value is (0,132,31). Sum of RGB (Red+Green+Blue) = 0+132+31=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 132 (51.95% from 255 or 80.98% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 132 - color contains mainly: green. Hex color #00841F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00841F is #FF7BE0. Grayscale: #515151. Windows color (decimal): -16743393 or 2065408. OLE color: 2065408.

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

Color convert

RGB 0 132 31 -
CMYK 1 0 0.77 0.48
HSL 134.09º 1% 0.26% -
HSV(B) 134.09º 1% 0.52% -
XYZ 8.5 16.6 4.05 -
YUV 81.02 99.77 70.21 -
System Red Green Blue C M Y K H S L
Decimal 0 132 31 1 0 0.77 0.48 134.09 1 0.26
Hex 0 84 1F 64 0 4D 30 86 64 1A
Octal 0 204 37 144 0 115 60 206 144 32
Binary 0 10000100 11111 1100100 0 1001101 110000 10000110 1100100 11010

Color Harmonies of #00841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00841F

Black with #00841F

Text Example


Text Example

White with #00841F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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