#02BE1D

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

Shades of Dark Pastel Green #02BE1D

Tints of Dark Pastel Green #02BE1D

Color information

#02BE1D (or 0x02BE1D) is unknown color: approx Dark Pastel Green. HEX triplet: 02, BE and 1D. RGB value is (2,190,29). Sum of RGB (Red+Green+Blue) = 2+190+29=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 190 (74.61% from 255 or 85.97% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 190 - color contains mainly: green. Hex color #02BE1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BE1D is #FD41E2. Grayscale: #737373. Windows color (decimal): -16597475 or 1949186. OLE color: 1949186.

HSL color Cylindrical-coordinate representation of color #02BE1D: hue angle of 128.62º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BE1D is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB219029-
CMYK0.9900.850.25
HSL128.62º97.92%37.65%-
HSV(B)128.62º98.95%74.51%-
XYZ18.6636.937.31-
YUV115.4379.2247.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 190 (74.61% from 255) = 85.97%
BLUE value IS 29 (11.72% from 255) = 13.12%
R=0.90%
G=85.97%
B=13.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2190290.9900.850.25128.6297.9237.65
Hex2BE1D6305519816226
Octal22763514301253120114246
Binary10101111101110111000110101010111001100000011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BE1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02BE1D; }

 p { color: rgb(2,190,29); }

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

<style>
 a { background-color: #02BE1D; }

 a { background-color: rgb(2,190,29); }

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

<style>
 span { border-color: #02BE1D; }

 span { border-color: rgb(2,190,29); }

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