#01840B

Color #01840B Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #01840B

Tints of Green #01840B

Color information

#01840B (or 0x01840B) is unknown color: approx Green. HEX triplet: 01, 84 and 0B. RGB value is (1,132,11). Sum of RGB (Red+Green+Blue) = 1+132+11=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 132 (51.95% from 255 or 91.67% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 132 - color contains mainly: green. Hex color #01840B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01840B is #FE7BF4. Grayscale: #4F4F4F. Windows color (decimal): -16677877 or 754689. OLE color: 754689.

HSL color Cylindrical-coordinate representation of color #01840B: hue angle of 124.58º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01840B is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB113211-
CMYK0.9900.920.48
HSL124.58º98.5%26.08%-
HSV(B)124.58º99.24%51.76%-
XYZ8.3216.533.07-
YUV79.0489.672.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 132 (51.95% from 255) = 91.67%
BLUE value IS 11 (4.69% from 255) = 7.64%
R=0.69%
G=91.67%
B=7.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1132110.9900.920.48124.5898.526.08
Hex184B6305C307d621a
Octal12041314301346017514232
Binary11000010010111100011010111001100001111101110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01840B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,132,11); }

 H1.HeaderClassName
 {
   color: #01840B;
 }
 .AnyTagClassName
 {
   color: #01840B;
 }
</style>
background-color css

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

 a { background-color: rgb(1,132,11); }

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

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

 span { border-color: rgb(1,132,11); }

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