#02BC2E

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

Shades of Dark Pastel Green #02BC2E

Tints of Dark Pastel Green #02BC2E

Color information

#02BC2E (or 0x02BC2E) is unknown color: approx Dark Pastel Green. HEX triplet: 02, BC and 2E. RGB value is (2,188,46). Sum of RGB (Red+Green+Blue) = 2+188+46=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 188 (73.83% from 255 or 79.66% from 236); Blue value is 46 (18.36% from 255 or 19.49% from 236); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BC2E is #FD43D1. Grayscale: #747474. Windows color (decimal): -16597970 or 3062786. OLE color: 3062786.

HSL color Cylindrical-coordinate representation of color #02BC2E: hue angle of 134.19º degrees, saturation: 0.98, 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 #02BC2E is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB218846-
CMYK0.9900.760.26
HSL134.19º97.89%37.25%-
HSV(B)134.19º98.94%73.73%-
XYZ18.536.188.59-
YUV116.288.3846.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 188 (73.83% from 255) = 79.66%
BLUE value IS 46 (18.36% from 255) = 19.49%
R=0.85%
G=79.66%
B=19.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal2188460.9900.760.26134.1997.8937.25
Hex2BC2E6304C1A866225
Octal22745614301143220614245
Binary101011110010111011000110100110011010100001101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BC2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,188,46); }

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

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

 a { background-color: rgb(2,188,46); }

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

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

 span { border-color: rgb(2,188,46); }

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