#01B13E

Color #01B13E Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #01B13E

Tints of Dark Pastel Green #01B13E

Color information

#01B13E (or 0x01B13E) is unknown color: approx Dark Pastel Green. HEX triplet: 01, B1 and 3E. RGB value is (1,177,62). Sum of RGB (Red+Green+Blue) = 1+177+62=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 177 (69.53% from 255 or 73.75% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 177 - color contains mainly: green. Hex color #01B13E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01B13E is #FE4EC1. Grayscale: #6F6F6F. Windows color (decimal): -16666306 or 4108545. OLE color: 4108545.

HSL color Cylindrical-coordinate representation of color #01B13E: hue angle of 140.8º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B13E is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB117762-
CMYK0.9900.650.31
HSL140.8º98.88%34.9%-
HSV(B)140.8º99.44%69.41%-
XYZ16.631.89.82-
YUV111.27100.1949.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 177 (69.53% from 255) = 73.75%
BLUE value IS 62 (24.61% from 255) = 25.83%
R=0.42%
G=73.75%
B=25.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1177620.9900.650.31140.898.8834.9
Hex1B13E630411F8d6323
Octal12617614301013721514343
Binary11011000111111011000110100000111111100011011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01B13E; }

 p { color: rgb(1,177,62); }

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

<style>
 a { background-color: #01B13E; }

 a { background-color: rgb(1,177,62); }

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

<style>
 span { border-color: #01B13E; }

 span { border-color: rgb(1,177,62); }

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