#02BC1F

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

Shades of Dark Pastel Green #02BC1F

Tints of Dark Pastel Green #02BC1F

Color information

#02BC1F (or 0x02BC1F) is unknown color: approx Dark Pastel Green. HEX triplet: 02, BC and 1F. RGB value is (2,188,31). Sum of RGB (Red+Green+Blue) = 2+188+31=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 188 (73.83% from 255 or 85.07% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BC1F is #FD43E0. Grayscale: #727272. Windows color (decimal): -16597985 or 2079746. OLE color: 2079746.

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

Color convert

RGB218831-
CMYK0.9900.840.26
HSL129.35º97.89%37.25%-
HSV(B)129.35º98.94%73.73%-
XYZ18.2636.087.3-
YUV114.4980.8847.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 188 (73.83% from 255) = 85.07%
BLUE value IS 31 (12.5% from 255) = 14.03%
R=0.90%
G=85.07%
B=14.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal2188310.9900.840.26129.3597.8937.25
Hex2BC1F630541A816225
Octal22743714301243220114245
Binary10101111001111111000110101010011010100000011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BC1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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