#01BE2E

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

Shades of Dark Pastel Green #01BE2E

Tints of Dark Pastel Green #01BE2E

Color information

#01BE2E (or 0x01BE2E) is unknown color: approx Dark Pastel Green. HEX triplet: 01, BE and 2E. RGB value is (1,190,46). Sum of RGB (Red+Green+Blue) = 1+190+46=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 190 (74.61% from 255 or 80.17% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BE2E is #FE41D1. Grayscale: #757575. Windows color (decimal): -16662994 or 3063297. OLE color: 3063297.

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

Color convert

RGB119046-
CMYK0.9900.760.25
HSL134.29º98.95%37.45%-
HSV(B)134.29º99.47%74.51%-
XYZ18.9237.038.74-
YUV117.0787.8845.21-

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.17%
BLUE value IS 46 (18.36% from 255) = 19.41%
R=0.42%
G=80.17%
B=19.41%

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
Decimal1190460.9900.760.25134.2998.9537.45
Hex1BE2E6304C19866325
Octal12765614301143120614345
Binary11011111010111011000110100110011001100001101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BE2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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