Html Css Color HEX #01831B Green

📋 copy color: '#01831B'

red 1 ◦ green 131 ◦ blue 27

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

Shades of Green #01831B

Tints of Green #01831B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.98%

R = 0.63%
G = 82.39%
B = 16.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#01831B (or 0x01831B) is known color: Green. HEX triplet: 01, 83 and 1B. RGB value is (1,131,27). Sum of RGB (Red+Green+Blue) = 1+131+27=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 131 (51.56% from 255 or 82.39% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 131 - color contains mainly: green. Hex color #01831B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01831B is #FE7CE4. Grayscale: #505050. Windows color (decimal): -16678117 or 1803009. OLE color: 1803009.

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

Color convert

RGB 1 131 27 -
CMYK 0.99 0 0.79 0.49
HSL 132º 0.98% 0.26% -
HSV(B) 132º 0.99% 0.51% -
XYZ 8.33 16.32 3.75 -
YUV 80.27 97.93 71.46 -
System Red Green Blue C M Y K H S L
Decimal 1 131 27 0.99 0 0.79 0.49 132 0.98 0.26
Hex 1 83 1B 63 0 4F 31 84 62 1A
Octal 1 203 33 143 0 117 61 204 142 32
Binary 1 10000011 11011 1100011 0 1001111 110001 10000100 1100010 11010

Color Harmonies of #01831B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01831B

Black with #01831B

Text Example


Text Example

White with #01831B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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