Html Css Color HEX #01861D Green

📋 copy color: '#01861D'

red 1 ◦ green 134 ◦ blue 29

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

Shades of Green #01861D

Tints of Green #01861D

RGB

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

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

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

R = 0.61%
G = 81.71%
B = 17.68%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#01861D (or 0x01861D) is known color: Green. HEX triplet: 01, 86 and 1D. RGB value is (1,134,29). Sum of RGB (Red+Green+Blue) = 1+134+29=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 134 (52.73% from 255 or 81.71% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 134 - color contains mainly: green. Hex color #01861D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01861D is #FE79E2. Grayscale: #525252. Windows color (decimal): -16677347 or 1934849. OLE color: 1934849.

HSL color Cylindrical-coordinate representation of color #01861D: hue angle of 132.63º 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 #01861D is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 134 29 -
CMYK 0.99 0 0.78 0.47
HSL 132.63º 0.99% 0.26% -
HSV(B) 132.63º 0.99% 0.53% -
XYZ 8.76 17.15 4.01 -
YUV 82.26 97.94 70.04 -
System Red Green Blue C M Y K H S L
Decimal 1 134 29 0.99 0 0.78 0.47 132.63 0.99 0.26
Hex 1 86 1D 63 0 4E 2F 85 63 1A
Octal 1 206 35 143 0 116 57 205 143 32
Binary 1 10000110 11101 1100011 0 1001110 101111 10000101 1100011 11010

Color Harmonies of #01861D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01861D

Black with #01861D

Text Example


Text Example

White with #01861D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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