Html Css Color HEX #01861F Green

📋 copy color: '#01861F'

red 1 ◦ green 134 ◦ blue 31

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

Shades of Green #01861F

Tints of Green #01861F

RGB

 RED value IS 1 (0.78% from 255) = 0.6%

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

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

R = 0.6%
G = 80.72%
B = 18.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#01861F (or 0x01861F) is known color: Green. HEX triplet: 01, 86 and 1F. RGB value is (1,134,31). Sum of RGB (Red+Green+Blue) = 1+134+31=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 134 (52.73% from 255 or 80.72% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 134 - color contains mainly: green. Hex color #01861F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01861F is #FE79E0. Grayscale: #525252. Windows color (decimal): -16677345 or 2065921. OLE color: 2065921.

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

Color convert

RGB 1 134 31 -
CMYK 0.99 0 0.77 0.47
HSL 133.53º 0.99% 0.26% -
HSV(B) 133.53º 0.99% 0.53% -
XYZ 8.78 17.16 4.14 -
YUV 82.49 98.94 69.88 -
System Red Green Blue C M Y K H S L
Decimal 1 134 31 0.99 0 0.77 0.47 133.53 0.99 0.26
Hex 1 86 1F 63 0 4D 2F 86 63 1A
Octal 1 206 37 143 0 115 57 206 143 32
Binary 1 10000110 11111 1100011 0 1001101 101111 10000110 1100011 11010

Color Harmonies of #01861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01861F

Black with #01861F

Text Example


Text Example

White with #01861F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,134,31); }

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

background-color css

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

 a { background-color: rgb(1,134,31); }

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

border-color css

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

 span { border-color: rgb(1,134,31); }

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