#01B11C

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

Shades of Dark Pastel Green #01B11C

Tints of Dark Pastel Green #01B11C

Color information

#01B11C (or 0x01B11C) is unknown color: approx Dark Pastel Green. HEX triplet: 01, B1 and 1C. RGB value is (1,177,28). Sum of RGB (Red+Green+Blue) = 1+177+28=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 177 (69.53% from 255 or 85.92% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 177 - color contains mainly: green. Hex color #01B11C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01B11C is #FE4EE3. Grayscale: #6B6B6B. Windows color (decimal): -16666340 or 1880321. OLE color: 1880321.

HSL color Cylindrical-coordinate representation of color #01B11C: hue angle of 129.2º 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 #01B11C is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB117728-
CMYK0.9900.840.31
HSL129.2º98.88%34.9%-
HSV(B)129.2º99.44%69.41%-
XYZ15.9431.536.35-
YUV107.3983.1952.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 177 (69.53% from 255) = 85.92%
BLUE value IS 28 (11.33% from 255) = 13.59%
R=0.49%
G=85.92%
B=13.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1177280.9900.840.31129.298.8834.9
Hex1B11C630541F816323
Octal12613414301243720114343
Binary1101100011110011000110101010011111100000011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B11C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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