#01BC2F

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

Shades of Dark Pastel Green #01BC2F

Tints of Dark Pastel Green #01BC2F

Color information

#01BC2F (or 0x01BC2F) is unknown color: approx Dark Pastel Green. HEX triplet: 01, BC and 2F. RGB value is (1,188,47). Sum of RGB (Red+Green+Blue) = 1+188+47=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 188 (73.83% from 255 or 79.66% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BC2F is #FE43D0. Grayscale: #747474. Windows color (decimal): -16663505 or 3128321. OLE color: 3128321.

HSL color Cylindrical-coordinate representation of color #01BC2F: hue angle of 134.76º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BC2F is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB118847-
CMYK0.9900.750.26
HSL134.76º98.94%37.06%-
HSV(B)134.76º99.47%73.73%-
XYZ18.5136.188.7-
YUV116.0189.0545.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 188 (73.83% from 255) = 79.66%
BLUE value IS 47 (18.75% from 255) = 19.92%
R=0.42%
G=79.66%
B=19.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1188470.9900.750.26134.7698.9437.06
Hex1BC2F6304B1A876325
Octal12745714301133220714345
Binary11011110010111111000110100101111010100001111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BC2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,188,47); }

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

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

 a { background-color: rgb(1,188,47); }

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

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

 span { border-color: rgb(1,188,47); }

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