Html Css Color HEX #01811A Green

📋 copy color: '#01811A'

red 1 ◦ green 129 ◦ blue 26

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

Shades of Green #01811A

Tints of Green #01811A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.67%

R = 0.64%
G = 82.69%
B = 16.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#01811A (or 0x01811A) is known color: Green. HEX triplet: 01, 81 and 1A. RGB value is (1,129,26). Sum of RGB (Red+Green+Blue) = 1+129+26=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 129 (50.78% from 255 or 82.69% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 129 - color contains mainly: green. Hex color #01811A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01811A is #FE7EE5. Grayscale: #4F4F4F. Windows color (decimal): -16678630 or 1736961. OLE color: 1736961.

HSL color Cylindrical-coordinate representation of color #01811A: hue angle of 131.72º 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 #01811A is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 129 26 -
CMYK 0.99 0 0.80 0.49
HSL 131.72º 0.98% 0.25% -
HSV(B) 131.72º 0.99% 0.51% -
XYZ 8.05 15.78 3.6 -
YUV 78.99 98.09 72.38 -
System Red Green Blue C M Y K H S L
Decimal 1 129 26 0.99 0 0.80 0.49 131.72 0.98 0.25
Hex 1 81 1A 63 0 50 31 84 62 19
Octal 1 201 32 143 0 120 61 204 142 31
Binary 1 10000001 11010 1100011 0 1010000 110001 10000100 1100010 11001

Color Harmonies of #01811A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01811A

Black with #01811A

Text Example


Text Example

White with #01811A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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