Html Css Color HEX #01831A Green

📋 copy color: '#01831A'

red 1 ◦ green 131 ◦ blue 26

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

Shades of Green #01831A

Tints of Green #01831A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 82.91%

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

R = 0.63%
G = 82.91%
B = 16.46%

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

#01831A (or 0x01831A) is known color: Green. HEX triplet: 01, 83 and 1A. RGB value is (1,131,26). Sum of RGB (Red+Green+Blue) = 1+131+26=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 131 (51.56% from 255 or 82.91% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 131 - color contains mainly: green. Hex color #01831A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01831A is #FE7CE5. Grayscale: #505050. Windows color (decimal): -16678118 or 1737473. OLE color: 1737473.

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

Color convert

RGB 1 131 26 -
CMYK 0.99 0 0.80 0.49
HSL 131.54º 0.98% 0.26% -
HSV(B) 131.54º 0.99% 0.51% -
XYZ 8.32 16.31 3.69 -
YUV 80.16 97.43 71.54 -
System Red Green Blue C M Y K H S L
Decimal 1 131 26 0.99 0 0.80 0.49 131.54 0.98 0.26
Hex 1 83 1A 63 0 50 31 84 62 1A
Octal 1 203 32 143 0 120 61 204 142 32
Binary 1 10000011 11010 1100011 0 1010000 110001 10000100 1100010 11010

Color Harmonies of #01831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01831A

Black with #01831A

Text Example


Text Example

White with #01831A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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