Html Css Color HEX #01831E Green

📋 copy color: '#01831E'

red 1 ◦ green 131 ◦ blue 30

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

Shades of Green #01831E

Tints of Green #01831E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.52%

R = 0.62%
G = 80.86%
B = 18.52%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#01831E (or 0x01831E) is known color: Green. HEX triplet: 01, 83 and 1E. RGB value is (1,131,30). Sum of RGB (Red+Green+Blue) = 1+131+30=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 131 (51.56% from 255 or 80.86% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 131 - color contains mainly: green. Hex color #01831E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01831E is #FE7CE1. Grayscale: #505050. Windows color (decimal): -16678114 or 1999617. OLE color: 1999617.

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

Color convert

RGB 1 131 30 -
CMYK 0.99 0 0.77 0.49
HSL 133.38º 0.98% 0.26% -
HSV(B) 133.38º 0.99% 0.51% -
XYZ 8.36 16.33 3.94 -
YUV 80.62 99.43 71.21 -
System Red Green Blue C M Y K H S L
Decimal 1 131 30 0.99 0 0.77 0.49 133.38 0.98 0.26
Hex 1 83 1E 63 0 4D 31 85 62 1A
Octal 1 203 36 143 0 115 61 205 142 32
Binary 1 10000011 11110 1100011 0 1001101 110001 10000101 1100010 11010

Color Harmonies of #01831E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01831E

Black with #01831E

Text Example


Text Example

White with #01831E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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