#01840F

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

Shades of Green #01840F

Tints of Green #01840F

Color information

#01840F (or 0x01840F) is unknown color: approx Green. HEX triplet: 01, 84 and 0F. RGB value is (1,132,15). Sum of RGB (Red+Green+Blue) = 1+132+15=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 132 (51.95% from 255 or 89.19% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 132 - color contains mainly: green. Hex color #01840F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01840F is #FE7BF0. Grayscale: #4F4F4F. Windows color (decimal): -16677873 or 1016833. OLE color: 1016833.

HSL color Cylindrical-coordinate representation of color #01840F: hue angle of 126.41º 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 #01840F is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB113215-
CMYK0.9900.890.48
HSL126.41º98.5%26.08%-
HSV(B)126.41º99.24%51.76%-
XYZ8.3516.543.21-
YUV79.4991.672.01-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 132 (51.95% from 255) = 89.19%
BLUE value IS 15 (6.25% from 255) = 10.14%
R=0.68%
G=89.19%
B=10.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1132150.9900.890.48126.4198.526.08
Hex184F63059307e621a
Octal12041714301316017614232
Binary11000010011111100011010110011100001111110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01840F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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