Html Css Color HEX #01811C Green

📋 copy color: '#01811C'

red 1 ◦ green 129 ◦ blue 28

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

Shades of Green #01811C

Tints of Green #01811C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 81.65%

 BLUE value IS 28 (11.33% from 255) = 17.72%

R = 0.63%
G = 81.65%
B = 17.72%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#01811C (or 0x01811C) is known color: Green. HEX triplet: 01, 81 and 1C. RGB value is (1,129,28). Sum of RGB (Red+Green+Blue) = 1+129+28=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 129 (50.78% from 255 or 81.65% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 129 - color contains mainly: green. Hex color #01811C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01811C is #FE7EE3. Grayscale: #4F4F4F. Windows color (decimal): -16678628 or 1868033. OLE color: 1868033.

HSL color Cylindrical-coordinate representation of color #01811C: hue angle of 132.66º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01811C is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 129 28 -
CMYK 0.99 0 0.78 0.49
HSL 132.66º 0.98% 0.25% -
HSV(B) 132.66º 0.99% 0.51% -
XYZ 8.07 15.79 3.72 -
YUV 79.21 99.09 72.21 -
System Red Green Blue C M Y K H S L
Decimal 1 129 28 0.99 0 0.78 0.49 132.66 0.98 0.25
Hex 1 81 1C 63 0 4E 31 85 62 19
Octal 1 201 34 143 0 116 61 205 142 31
Binary 1 10000001 11100 1100011 0 1001110 110001 10000101 1100010 11001

Color Harmonies of #01811C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01811C

Black with #01811C

Text Example


Text Example

White with #01811C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01811C; }

 p { color: rgb(1,129,28); }

 H1.HeaderClassName
 {
   color: #01811C;
 }
 .AnyTagClassName
 {
   color: #01811C;
 }
</style>

background-color css

<style>
 a { background-color: #01811C; }

 a { background-color: rgb(1,129,28); }

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

border-color css

<style>
 span { border-color: #01811C; }

 span { border-color: rgb(1,129,28); }

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