#01BE2D

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

Shades of Dark Pastel Green #01BE2D

Tints of Dark Pastel Green #01BE2D

Color information

#01BE2D (or 0x01BE2D) is unknown color: approx Dark Pastel Green. HEX triplet: 01, BE and 2D. RGB value is (1,190,45). Sum of RGB (Red+Green+Blue) = 1+190+45=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 190 (74.61% from 255 or 80.51% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BE2D is #FE41D2. Grayscale: #757575. Windows color (decimal): -16662995 or 2997761. OLE color: 2997761.

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

Color convert

RGB119045-
CMYK0.9900.760.25
HSL133.97º98.95%37.45%-
HSV(B)133.97º99.47%74.51%-
XYZ18.937.028.63-
YUV116.9687.3845.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 190 (74.61% from 255) = 80.51%
BLUE value IS 45 (17.97% from 255) = 19.07%
R=0.42%
G=80.51%
B=19.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1190450.9900.760.25133.9798.9537.45
Hex1BE2D6304C19866325
Octal12765514301143120614345
Binary11011111010110111000110100110011001100001101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,190,45); }

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

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

 a { background-color: rgb(1,190,45); }

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

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

 span { border-color: rgb(1,190,45); }

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